From c1ede02c8a51d2b5348961e6097bf66732e3b3ad Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:21:41 -0700 Subject: [PATCH] increment version --- Details.toc | 2 +- boot.lua | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Details.toc b/Details.toc index 715f55db..7e2ad70e 100644 --- a/Details.toc +++ b/Details.toc @@ -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 diff --git a/boot.lua b/boot.lua index 69dd88db..50ce15a6 100644 --- a/boot.lua +++ b/boot.lua @@ -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", }