Skip to content

Commit

Permalink
bump widget version
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Faure <afaure6@gmail.com>
  • Loading branch information
emptyrivers authored and Stanzilla committed Dec 27, 2022
1 parent 694d0f5 commit 1dff364
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@ Button Widget for our Expand button
-------------------------------------------------------------------------------]]
if not WeakAuras.IsLibsOK() then return end
local Type, Version = "WeakAurasExpand", 4
local Type, Version = "WeakAurasExpand", 5
local AceGUI = LibStub and LibStub("AceGUI-3.0", true)
if not AceGUI or (AceGUI:GetWidgetVersion(Type) or 0) >= Version then return end
Expand Down

0 comments on commit 1dff364

Please sign in to comment.