Skip to content

Commit

Permalink
Bump version and update lobby changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoncleanse committed May 12, 2017
1 parent b8ae415 commit d358a52
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion lua/ui/lobby/changelog.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
last_version = 3680
last_version = 3681
changelog = {
{
version = 3,
Expand Down Expand Up @@ -922,4 +922,20 @@ changelog = {
'- UnicornNoob (Russian translations)',
}
},
{
version = 3681,
name = 'Game Version 3681',
description = {
'**Bugs**',
'- Fixed always loading the default or last map, which broke COOP',
'- Fixed a typo which broke All Faction Templates',
'',
'**Other**',
'- Reverted the changes to lobby text showing faction colours due to community feedback. This feature will reappear as an option in the future.',
'',
'**Contributors**',
'- IceDreamer',
'- MrNukealizer',
}
},
}
2 changes: 1 addition & 1 deletion lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local Version = '3680'
local Version = '3681'
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. Version)
return Version
Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Documentation for the extended FAF mod_info.lua format can be found here:
-- https://github.com/FAForever/fa/wiki/mod_info.lua-documentation
name = "Forged Alliance Forever"
version = 3680
version = 3681
_faf_modname='faf'
copyright = "Forged Alliance Forever Community"
description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"
Expand Down

0 comments on commit d358a52

Please sign in to comment.