From 1ca9295d3ff4fc7f42b4e0614abf69942086399b Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 30 Sep 2016 03:08:37 +1300 Subject: [PATCH] Version 2.29 Synced to U108.1, new colour method via HUSL, some development additions. --- biglobby/lua/_custom/biglobby_globals.lua | 4 ++-- biglobby/mod.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index a985333..c14cbdd 100644 --- a/biglobby/lua/_custom/biglobby_globals.lua +++ b/biglobby/lua/_custom/biglobby_globals.lua @@ -39,13 +39,13 @@ if not _G.BigLobbyGlobals then -- Semantic versioning function BigLobbyGlobals:version() - return "2.28" + return "2.29" end -- GameVersion for matchmaking, integer is expected function BigLobbyGlobals:gameversion() - return 228 + return 229 end diff --git a/biglobby/mod.txt b/biglobby/mod.txt index 69a465b..612c8a3 100644 --- a/biglobby/mod.txt +++ b/biglobby/mod.txt @@ -7,7 +7,7 @@ "priority" : 400, "updates": [ { - "revision": 2.28, + "revision": 2.29, "identifier": "bkin-biglobby" } ],