We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb3c16 commit 124a5cdCopy full SHA for 124a5cd
LibGetFrame-1.0.lua
@@ -1,5 +1,5 @@
1
local MAJOR_VERSION = "LibGetFrame-1.0"
2
-local MINOR_VERSION = 20
+local MINOR_VERSION = 21
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