diff --git a/Includes/Config.hpp b/Includes/Config.hpp index c0b611d..a8ea810 100644 --- a/Includes/Config.hpp +++ b/Includes/Config.hpp @@ -4,7 +4,7 @@ #define majorV 3 #define minorV 0 -#define revisV 0 +#define revisV 1 #define APP_VERSION (majorV * 100 + minorV * 10 + revisV) diff --git a/LanguageBinCreator/json_to_bin.py b/LanguageBinCreator/json_to_bin.py index dc17063..da7fc66 100644 --- a/LanguageBinCreator/json_to_bin.py +++ b/LanguageBinCreator/json_to_bin.py @@ -7,7 +7,7 @@ OUTPUT_BIN = BASE_DIR / "language.bin" ENUM_FILE = BASE_DIR.parent / "Includes/TextID.hpp" -BINARY_VERSION = 300 +BINARY_VERSION = 301 # Load languages languages = {} diff --git a/Vapecord-ACNL-Plugin.plgInfo b/Vapecord-ACNL-Plugin.plgInfo index 574acfa..20962b2 100644 --- a/Vapecord-ACNL-Plugin.plgInfo +++ b/Vapecord-ACNL-Plugin.plgInfo @@ -3,7 +3,7 @@ Author: KwaDukathole Version: # Plugin version Major: 3 Minor: 0 - Revision: 0 + Revision: 1 Targets: # Low TitleId of games which are compatibles with this plugin (0 for all)