Tidying up for v20.1 release

This commit is contained in:
Maruno17
2022-06-20 19:17:38 +01:00
parent 76639c4ba5
commit 7e183a92aa
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#==============================================================================#
# Pokémon Essentials #
# Version 20 #
# Version 20.1 #
# https://github.com/Maruno17/pokemon-essentials #
#==============================================================================#
@@ -433,6 +433,6 @@ end
# DO NOT EDIT THESE!
module Essentials
VERSION = "20"
VERSION = "20.1"
ERROR_TEXT = ""
end