bump version

This commit is contained in:
andrew6180
2024-10-18 13:13:39 -07:00
parent 60178963eb
commit 85c6a18fd0
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -19,8 +19,8 @@
local addonName, Details222 = ...
local version = GetBuildInfo()
Details.build_counter = 12889
Details.alpha_build_counter = 12889 --if this is higher than the regular counter, use it instead
Details.build_counter = 12890
Details.alpha_build_counter = 12890 --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,10 @@ do
local Loc = _G.LibStub("AceLocale-3.0"):GetLocale("Details")
local news = {
{"Ascension.12890.160", "October 18th, 2024"},
"Potential fix for lua error spam caused by Absorb tracking",
"Fixed an issue preventing the \"Everything\" Mode from tracking players not in your group.",
{"Ascension.12889.160", "October 7th, 2024"},
"Fixes for mana regen and other resource tracking.",