Skip to content

Commit

Permalink
13.70
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jul 12, 2024
1 parent e3782c3 commit 4515202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElvUI/Core/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ end
function E:ParseVersionString(addon)
local version = GetAddOnMetadata(addon, 'Version')
if strfind(version, 'project%-version') then
return 13.69, '13.69-git', nil, true
return 13.70, '13.70-git', nil, true
else
local release, extra = strmatch(version, '^v?([%d.]+)(.*)')
return tonumber(release), release..extra, extra ~= ''
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- License: LICENSE.txt

local MAJOR_VERSION = "LibActionButton-1.0-ElvUI"
local MINOR_VERSION = 54 -- the real minor version is 117
local MINOR_VERSION = 55 -- the real minor version is 117

local LibStub = LibStub
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
Expand Down

0 comments on commit 4515202

Please sign in to comment.