This commit is contained in:
Joonas Rikkonen
2018-07-08 19:32:32 +03:00
parent 86c4cd17d2
commit 59cfec90b6
3 changed files with 10 additions and 4 deletions
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.1.3")] [assembly: AssemblyVersion("0.8.1.4")]
[assembly: AssemblyFileVersion("0.8.1.3")] [assembly: AssemblyFileVersion("0.8.1.4")]
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.1.3")] [assembly: AssemblyVersion("0.8.1.4")]
[assembly: AssemblyFileVersion("0.8.1.3")] [assembly: AssemblyFileVersion("0.8.1.4")]
@@ -1,3 +1,9 @@
---------------------------------------------------------------------------------------------------------
v0.8.1.4
---------------------------------------------------------------------------------------------------------
- Fixed clients getting assigned random jobs regardless of job preferences.
--------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------
v0.8.1.3 v0.8.1.3
--------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------------