Skip to content

Commit f67edd7

Browse files
authored
Merge pull request #224 from RedShyGuy/hotfix/3.0.1
forgot version number as always
2 parents 3e0e9df + d3c104a commit f67edd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Includes/Config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#define majorV 3
66
#define minorV 0
7-
#define revisV 0
7+
#define revisV 1
88

99
#define APP_VERSION (majorV * 100 + minorV * 10 + revisV)
1010

LanguageBinCreator/json_to_bin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
OUTPUT_BIN = BASE_DIR / "language.bin"
88
ENUM_FILE = BASE_DIR.parent / "Includes/TextID.hpp"
99

10-
BINARY_VERSION = 300
10+
BINARY_VERSION = 301
1111

1212
# Load languages
1313
languages = {}

Vapecord-ACNL-Plugin.plgInfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Author: KwaDukathole
33
Version: # Plugin version
44
Major: 3
55
Minor: 0
6-
Revision: 0
6+
Revision: 1
77

88
Targets: # Low TitleId of games which are compatibles with this plugin (0 for all)
99

0 commit comments

Comments
 (0)