Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Includes/Config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#define majorV 3
#define minorV 0
#define revisV 0
#define revisV 1

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

Expand Down
2 changes: 1 addition & 1 deletion LanguageBinCreator/json_to_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down
2 changes: 1 addition & 1 deletion Vapecord-ACNL-Plugin.plgInfo
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down