Tidying up for v21's release

This commit is contained in:
Maruno17
2023-06-25 22:31:05 +01:00
parent 22fa0f9c0b
commit aecd9e5bb6
15 changed files with 35 additions and 712 deletions

View File

@@ -1,6 +1,6 @@
#==============================================================================#
# Pokémon Essentials #
# Version 20.1.dev #
# Version 21 #
# https://github.com/Maruno17/pokemon-essentials #
#==============================================================================#
@@ -452,7 +452,7 @@ end
# DO NOT EDIT THESE!
module Essentials
VERSION = "20.1.dev"
VERSION = "21"
ERROR_TEXT = ""
MKXPZ_VERSION = "2.4.2/ee8dc7e"
end