Skip to content

Commit

Permalink
Fixes for 10.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed May 7, 2024
1 parent f709c2e commit 5af84b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Libs/DF/fw.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


local dversion = 534
local dversion = 535
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary(major, minor)

Expand Down
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5af84b3

Please sign in to comment.