We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e0e9df + d3c104a commit f67edd7Copy full SHA for f67edd7
Includes/Config.hpp
@@ -4,7 +4,7 @@
4
5
#define majorV 3
6
#define minorV 0
7
-#define revisV 0
+#define revisV 1
8
9
#define APP_VERSION (majorV * 100 + minorV * 10 + revisV)
10
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
11
12
# Load languages
13
languages = {}
Vapecord-ACNL-Plugin.plgInfo
@@ -3,7 +3,7 @@ Author: KwaDukathole
3
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)
0 commit comments