Skip to content

Commit

Permalink
adjusted internal version for newest wa release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodsderechte committed Sep 9, 2024
1 parent 389bb84 commit b238557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JDT.SharedMediaLib = LibStub("LibSharedMedia-3.0")
---@class MyAddon : AceAddon-3.0, AceConsole-3.0, AceConfig-3.0, AceGUI-3.0, AceConfigDialog-3.0
local DungeonAuraTools = LibStub("AceAddon-3.0"):NewAddon("DungeonAuraTools", "AceConsole-3.0", "AceEvent-3.0")
JDT.AddonVersion = C_AddOns.GetAddOnMetadata(appName, "Version")
JDT.InternalWaVersion = 75 -- version of weakauras addon on creation might need to be updated eventually
JDT.InternalWaVersion = 77 -- version of weakauras addon on creation might need to be updated eventually

JDT.Sharedmedia = JDT.Sharedmedia or {}
JDT.Sharedmedia.font = JDT.Sharedmedia.font or {}
Expand Down

0 comments on commit b238557

Please sign in to comment.