Skip to content

Commit

Permalink
v0.6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Jul 24, 2017
1 parent d007301 commit 96c4379
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
[assembly: AssemblyVersion("0.6.1.1")]
[assembly: AssemblyFileVersion("0.6.1.1")]
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.1.0")]
[assembly: AssemblyFileVersion("0.6.1.0")]
[assembly: AssemblyVersion("0.6.1.1")]
[assembly: AssemblyFileVersion("0.6.1.1")]
7 changes: 7 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------------
v0.6.1.1
---------------------------------------------------------------------------------------------------------

- Fixed diving suits and masks not providing enough oxygen when in a low-oxygen room or outside the submarine.
- Fixed message boxes being impossible to close in the launcher.

---------------------------------------------------------------------------------------------------------
v0.6.1.0
---------------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Barotrauma/Launcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit 96c4379

Please sign in to comment.