This commit is contained in:
Joonas Rikkonen
2017-07-24 18:25:26 +03:00
parent d007301fc4
commit 96c4379f9f
4 changed files with 12 additions and 5 deletions

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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")]

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 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")]

View File

@@ -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
---------------------------------------------------------------------------------------------------------

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]