From 5af84b365b6a4a36e901d269fea4535e0d0816b2 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Tue, 7 May 2024 19:56:53 -0300 Subject: [PATCH] Fixes for 10.2.7 --- Libs/DF/fw.lua | 2 +- boot.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index cd6712f4c..baa25fb5d 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 534 +local dversion = 535 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary(major, minor) diff --git a/boot.lua b/boot.lua index 12429d501..c81692663 100644 --- a/boot.lua +++ b/boot.lua @@ -18,8 +18,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - Details.build_counter = 12700 - Details.alpha_build_counter = 12700 --if this is higher than the regular counter, use it instead + Details.build_counter = 12708 + Details.alpha_build_counter = 12708 --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