Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Solanya committed Apr 25, 2021
1 parent ca425ce commit 8354550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion totalRP3/__version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ TRP3_API.VERSION_DISPLAY = "-dev";
--@end-debug@

--- Legacy version number (we keep it for now, it should go in the long term)
TRP3_API.LEGACY_VERSION = 96;
TRP3_API.LEGACY_VERSION = 97;
2 changes: 1 addition & 1 deletion totalRP3/core/impl/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ TRP3_API.globals = {
addon_name_me = "Total RP 3",
addon_id_length = 15,

version = 96,
version = 97,

--@debug@
version_display = "-dev",
Expand Down

0 comments on commit 8354550

Please sign in to comment.