diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f73e4..3b5123e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to MetaHunt will be documented in this file. -## [2.0] - 2026-09-14 +## [2.0.0] - 2026-09-14 Resurrecting on Octowow. diff --git a/MetaHunt.toc b/MetaHunt.toc index 40c9db1..09aa0dc 100644 --- a/MetaHunt.toc +++ b/MetaHunt.toc @@ -1,5 +1,5 @@ ## Interface: 11200 -## Version: 2.0 +## Version: 2.0.0 ## Title: MetaHunt - |cff00ff00Hunter ## Author: Metasploit and his Copilot ;) ## Notes: Unified addon suite for huntards making old addons compatible with Twow, and adding an arsenal of never seen Hunter's utilities. diff --git a/api/constants.lua b/api/constants.lua index 52a579b..24b74e8 100644 --- a/api/constants.lua +++ b/api/constants.lua @@ -1,5 +1,5 @@ MTH_CONST = MTH_CONST or {} -MTH_CONST.version = MTH_CONST.version or "2.0" +MTH_CONST.version = MTH_CONST.version or "2.0.0" MTH_CONST.WEAPON_TYPES = { BOWS = "Bows", diff --git a/api/core-framework.lua b/api/core-framework.lua index 3d5adfb..305d972 100644 --- a/api/core-framework.lua +++ b/api/core-framework.lua @@ -1,5 +1,5 @@ MTH = MTH or { - version = "2.0", + version = "2.0.0", name = "MetaHunt", modules = {}, config = {},