We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428ae68 commit ca52f57Copy full SHA for ca52f57
LibGetFrame-1.0.lua
@@ -1,5 +1,5 @@
1
local MAJOR_VERSION = "LibGetFrame-1.0"
2
-local MINOR_VERSION = 5
+local MINOR_VERSION = 6
3
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
4
local lib = LibStub:NewLibrary(MAJOR_VERSION, MINOR_VERSION)
5
if not lib then return end
0 commit comments