increment version

This commit is contained in:
andrew6180
2024-10-07 11:21:41 -07:00
parent 402b918045
commit c1ede02c8a
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
## SavedVariables: _detalhes_global, __details_backup, __details_debug
## SavedVariablesPerCharacter: _detalhes_database
## OptionalDeps: Ace3, LibSharedMedia-3.0, LibWindow-1.1, LibDBIcon-1.0, NickTag-1.0, LibDataBroker-1.1, LibGraph-2.0
## Version: #Details.20240508.12717.156
## Version: #Details.20240508.12889.160
## X-IconTexture: Interface\AddOns\Details\images\minimap
## X-Curse-Project-ID: 61284
+5 -2
View File
@@ -19,8 +19,8 @@
local addonName, Details222 = ...
local version = GetBuildInfo()
Details.build_counter = 12888
Details.alpha_build_counter = 12888 --if this is higher than the regular counter, use it instead
Details.build_counter = 12889
Details.alpha_build_counter = 12889 --if this is higher than the regular counter, use it instead
Details.dont_open_news = true
Details.game_version = version
Details.userversion = version .. " " .. Details.build_counter
@@ -223,6 +223,9 @@ do
local Loc = _G.LibStub("AceLocale-3.0"):GetLocale("Details")
local news = {
{"Ascension.12889.160", "October 7th, 2024"},
"Fixes for mana regen and other resource tracking.",
{"Ascension.12888.160", "September 5th, 2024"},
"Initial Release of TWW Backported Details! v11.0.12888.160",
}