Skip to content

Commit 124a5cd

Browse files
committed
bump MINOR_VERSION
1 parent 1fb3c16 commit 124a5cd

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 = 20
2+
local MINOR_VERSION = 21
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)