Skip to content

Commit ca52f57

Browse files
committed
version minor update
1 parent 428ae68 commit ca52f57

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 = 5
2+
local MINOR_VERSION = 6
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)