Tidying up for v20 release

This commit is contained in:
Maruno17
2022-05-19 19:42:16 +01:00
parent 5fb8218098
commit 47ad801645
2 changed files with 5 additions and 5 deletions

View File

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