From f9b96eb6089b00b02ca1ec4690ae56226740ed24 Mon Sep 17 00:00:00 2001 From: polarathene Date: Thu, 6 Jul 2017 20:27:44 +1200 Subject: [PATCH] Version 2.44 Sync to U149 --- biglobby/lua/_custom/biglobby_globals.lua | 4 ++-- biglobby/mod.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index daea32b..eb65b19 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.43" + return "2.44" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 243 + return 244 end diff --git a/biglobby/mod.txt b/biglobby/mod.txt index 891ae76..68783ce 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.43", + "version": "2.44", "priority" : 400, "updates": [ { - "revision": 2.43, + "revision": 2.44, "identifier": "bkin-biglobby" } ],