Skip to content

Commit d4dde69

Browse files
committed
Version 2.43
Sync to U146
1 parent 5088143 commit d4dde69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

biglobby/lua/_custom/biglobby_globals.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ if not _G.BigLobbyGlobals then
5959

6060
-- Semantic versioning
6161
function BigLobbyGlobals:version()
62-
return "2.42"
62+
return "2.43"
6363
end
6464

6565

6666
-- GameVersion for matchmaking, integer is expected
6767
function BigLobbyGlobals:gameversion()
68-
return 242
68+
return 243
6969
end
7070

7171

biglobby/mod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "Increase the player limit of a lobby from the original 4.",
44
"author": "Polarathene",
55
"contact": "[email protected]",
6-
"version": "2.42",
6+
"version": "2.43",
77
"priority" : 400,
88
"updates": [
99
{
10-
"revision": 2.42,
10+
"revision": 2.43,
1111
"identifier": "bkin-biglobby"
1212
}
1313
],

0 commit comments

Comments
 (0)