Tidying up for v21.2 release

This commit is contained in:
Maruno17
2023-07-30 21:43:27 +01:00
parent 4c25ade184
commit 3d4a495849
5 changed files with 8 additions and 8 deletions

View File

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