diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index 0ed2798..34ec199 100644 --- a/biglobby/lua/_custom/biglobby_globals.lua +++ b/biglobby/lua/_custom/biglobby_globals.lua @@ -59,13 +59,13 @@ if not _G.BigLobbyGlobals then -- Semantic versioning function BigLobbyGlobals:version() - return "2.30" + return "2.31" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 230 + return 231 end diff --git a/biglobby/mod.txt b/biglobby/mod.txt index 3adb64c..3a0bcb2 100644 --- a/biglobby/mod.txt +++ b/biglobby/mod.txt @@ -3,11 +3,11 @@ "description": "Increase the player limit of a lobby from the original 4.", "author": "Polarathene", "contact": "no@support.com", - "version": "2.30", + "version": "2.31", "priority" : 400, "updates": [ { - "revision": 2.30, + "revision": 2.31, "identifier": "bkin-biglobby" } ],