Skip to content

Commit

Permalink
Version 2.29
Browse files Browse the repository at this point in the history
Synced to U108.1, new colour method via HUSL, some development additions.
  • Loading branch information
Unknown committed Sep 29, 2016
1 parent e122f6f commit 1ca9295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions biglobby/lua/_custom/biglobby_globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion biglobby/mod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"priority" : 400,
"updates": [
{
"revision": 2.28,
"revision": 2.29,
"identifier": "bkin-biglobby"
}
],
Expand Down

0 comments on commit 1ca9295

Please sign in to comment.