Skip to content

Commit 046cb25

Browse files
committed
bump minor
1 parent b837140 commit 046cb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LibGetFrame-1.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local MAJOR_VERSION = "LibGetFrame-1.0"
2-
local MINOR_VERSION = 11
2+
local MINOR_VERSION = 12
33
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
44
local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
55
if not lib then return end

0 commit comments

Comments
 (0)