Skip to content

Commit 45c297a

Browse files
committed
апы либок
1 parent b1b8931 commit 45c297a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Details/Libs/LibBabble-Boss-3.0/LibBabble-3.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- LibBabble-3.0 is hereby placed in the Public Domain
22
-- Credits: ckknight
3-
local LIBBABBLE_MAJOR, LIBBABBLE_MINOR = "LibBabble-3.0", 2
3+
local LIBBABBLE_MAJOR, LIBBABBLE_MINOR = "LibBabble-3.0", 3
44

55
local LibBabble = LibStub:NewLibrary(LIBBABBLE_MAJOR, LIBBABBLE_MINOR)
66
if not LibBabble then

Details/Libs/LibBabble-Boss-3.0/LibBabble-Boss-3.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ License: MIT
88
]]
99

1010
local MAJOR_VERSION = "LibBabble-Boss-3.0"
11-
local MINOR_VERSION = 90000 + tonumber(("$Rev: 400 $"):match("%d+"))
11+
local MINOR_VERSION = 90000 + tonumber(("$Rev: 401 $"):match("%d+"))
1212

1313
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
1414
local lib = LibStub("LibBabble-3.0"):New(MAJOR_VERSION, MINOR_VERSION)

Details/Libs/LibBabble-Boss-3.0/LibBabble-Zone-3.0.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ License: MIT
88
]]
99

1010
local MAJOR_VERSION = "LibBabble-Zone-3.0"
11-
local MINOR_VERSION = 90000 + tonumber(("$Rev: 400 $"):match("%d+"))
11+
local MINOR_VERSION = 90000 + tonumber(("$Rev: 401 $"):match("%d+"))
1212

1313
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end
1414
local lib = LibStub("LibBabble-3.0"):New(MAJOR_VERSION, MINOR_VERSION)

0 commit comments

Comments
 (0)