This commit is contained in:
Joonas Rikkonen
2018-04-25 21:35:03 +03:00
parent 7c9c3195bf
commit 323c9ceabb
3 changed files with 10 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.1")]
[assembly: AssemblyFileVersion("0.8.1.1")]
[assembly: AssemblyVersion("0.8.1.2")]
[assembly: AssemblyFileVersion("0.8.1.2")]

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.1")]
[assembly: AssemblyFileVersion("0.8.1.1")]
[assembly: AssemblyVersion("0.8.1.2")]
[assembly: AssemblyFileVersion("0.8.1.2")]

View File

@@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------------
v0.8.1.2
---------------------------------------------------------------------------------------------------------
- Fixed medicines not having an effect when injected with a medical syringe.
---------------------------------------------------------------------------------------------------------
v0.8.1.1
---------------------------------------------------------------------------------------------------------