diff --git a/totalRP3/__version.lua b/totalRP3/__version.lua index 913f15209..1c0af9028 100644 --- a/totalRP3/__version.lua +++ b/totalRP3/__version.lua @@ -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; diff --git a/totalRP3/core/impl/globals.lua b/totalRP3/core/impl/globals.lua index 457a0d2c3..6414524c4 100644 --- a/totalRP3/core/impl/globals.lua +++ b/totalRP3/core/impl/globals.lua @@ -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",