This commit is contained in:
Joonas Rikkonen
2018-04-24 22:21:16 +03:00
parent 87bfa89f80
commit 8190358d2b
3 changed files with 11 additions and 4 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.8.1.0")]
[assembly: AssemblyFileVersion("0.8.1.0")]
[assembly: AssemblyVersion("0.8.1.1")]
[assembly: AssemblyFileVersion("0.8.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.8.1.0")]
[assembly: AssemblyFileVersion("0.8.1.0")]
[assembly: AssemblyVersion("0.8.1.1")]
[assembly: AssemblyFileVersion("0.8.1.1")]

View File

@@ -1,3 +1,10 @@
---------------------------------------------------------------------------------------------------------
v0.8.1.1
---------------------------------------------------------------------------------------------------------
- Fixed explosives going off when a character holds them in their hand and left clicks, causing a crash
if done in the submarine editor.
---------------------------------------------------------------------------------------------------------
v0.8.1.0
---------------------------------------------------------------------------------------------------------