Skip to content

Commit 82ec9b3

Browse files
committed
bump minor
1 parent 639c4ca commit 82ec9b3

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