Skip to content

Commit

Permalink
Version 2.28
Browse files Browse the repository at this point in the history
Technically 2.0.8, changed from Major/Minor/Patch to Major/Minor versioning. BLT updates revision value requires a number(float) and another collaborator had bumped it to 2.2 instead of 2.7(2.0.7). Major/Minor will avoid potential problems/confusion with handling Minor/Patch as a single value for this one case.
  • Loading branch information
polarathene committed Sep 16, 2016
1 parent 97a7573 commit e86a116
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions biglobby/lua/_custom/biglobby_globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ if not _G.BigLobbyGlobals then

-- Semantic versioning
function BigLobbyGlobals:version()
return "2.0.7"
return "2.28"
end


-- GameVersion for matchmaking
-- GameVersion for matchmaking, integer is expected
function BigLobbyGlobals:gameversion()
return 206
return 228
end


Expand Down
4 changes: 2 additions & 2 deletions biglobby/mod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"description": "Increase the player limit of a lobby from the original 4.",
"author": "Polarathene",
"contact": "no@support.com",
"version": "2.0.7",
"version": "2.28",
"priority" : 400,
"updates": [
{
"revision": 2.2,
"revision": 2.28,
"identifier": "bkin-biglobby"
}
],
Expand Down

0 comments on commit e86a116

Please sign in to comment.