Skip to content

Commit

Permalink
Version bump: Subnautica [Below Zero] v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZashIn committed Feb 28, 2024
1 parent afc01a8 commit 64ae89f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion games/game_subnautica-below-zero.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class SubnauticaBelowZeroGame(game_subnautica.SubnauticaGame):
Name = "Subnautica Below Zero Support Plugin"
Author = "dekart811, Zash"
Version = "2.1"
Version = "2.2"

GameName = "Subnautica: Below Zero"
GameShortName = "subnauticabelowzero"
Expand Down
2 changes: 1 addition & 1 deletion games/game_subnautica.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def fix(self, filetree: mobase.IFileTree) -> mobase.IFileTree:
class SubnauticaGame(BasicGame, mobase.IPluginFileMapper):
Name = "Subnautica Support Plugin"
Author = "dekart811, Zash"
Version = "2.1.1"
Version = "2.2"

GameName = "Subnautica"
GameShortName = "subnautica"
Expand Down

0 comments on commit 64ae89f

Please sign in to comment.