Use 2.0.0 to allow patch releases

This commit is contained in:
DuvelCorp
2026-09-14 22:49:40 +02:00
parent 7d974f24b5
commit 44288cd635
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -1,5 +1,5 @@
MTH = MTH or {
version = "2.0",
version = "2.0.0",
name = "MetaHunt",
modules = {},
config = {},