1 parent f2f7b23 commit 3f4f69dCopy full SHA for 3f4f69d
2 files changed
DRList-1.0/DRList-1.0.lua
@@ -10,7 +10,7 @@ License: MIT
10
11
--- DRList-1.0
12
-- @module DRList-1.0
13
-local MAJOR, MINOR = "DRList-1.0", 73 -- Don't forget to change this in Spells.lua aswell!
+local MAJOR, MINOR = "DRList-1.0", 74 -- Don't forget to change this in Spells.lua aswell!
14
local Lib = assert(LibStub, MAJOR .. " requires LibStub."):NewLibrary(MAJOR, MINOR)
15
if not Lib then return end -- already loaded
16
DRList-1.0/Spells.lua
@@ -1,4 +1,4 @@
1
-local MAJOR, MINOR = "DRList-1.0", 73 -- Don't forget to change this in DRList-1.0.lua aswell!
+local MAJOR, MINOR = "DRList-1.0", 74 -- Don't forget to change this in DRList-1.0.lua aswell!
2
local Lib = LibStub(MAJOR)
3
if Lib.spellListVersion and Lib.spellListVersion >= MINOR then
4
return
0 commit comments