Skip to content

Commit 3f4f69d

Browse files
committed
bump minor version number
1 parent f2f7b23 commit 3f4f69d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DRList-1.0/DRList-1.0.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ License: MIT
1010

1111
--- DRList-1.0
1212
-- @module DRList-1.0
13-
local MAJOR, MINOR = "DRList-1.0", 73 -- Don't forget to change this in Spells.lua aswell!
13+
local MAJOR, MINOR = "DRList-1.0", 74 -- Don't forget to change this in Spells.lua aswell!
1414
local Lib = assert(LibStub, MAJOR .. " requires LibStub."):NewLibrary(MAJOR, MINOR)
1515
if not Lib then return end -- already loaded
1616

DRList-1.0/Spells.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local MAJOR, MINOR = "DRList-1.0", 73 -- Don't forget to change this in DRList-1.0.lua aswell!
1+
local MAJOR, MINOR = "DRList-1.0", 74 -- Don't forget to change this in DRList-1.0.lua aswell!
22
local Lib = LibStub(MAJOR)
33
if Lib.spellListVersion and Lib.spellListVersion >= MINOR then
44
return

0 commit comments

Comments
 (0)