From 59cfec90b6839b03aacd62cac675d02f17a6e629 Mon Sep 17 00:00:00 2001 From: Joonas Rikkonen Date: Sun, 8 Jul 2018 19:32:32 +0300 Subject: [PATCH] v0.8.1.4 --- Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs | 4 ++-- Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs | 4 ++-- Barotrauma/BarotraumaShared/changelog.txt | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index ef68c6296..652acf037 100644 --- a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs +++ b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs @@ -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.3")] -[assembly: AssemblyFileVersion("0.8.1.3")] +[assembly: AssemblyVersion("0.8.1.4")] +[assembly: AssemblyFileVersion("0.8.1.4")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index e3cba315e..420567bf2 100644 --- a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs +++ b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs @@ -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.3")] -[assembly: AssemblyFileVersion("0.8.1.3")] +[assembly: AssemblyVersion("0.8.1.4")] +[assembly: AssemblyFileVersion("0.8.1.4")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index 94e77509f..f1fc4f36e 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,9 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.1.4 +--------------------------------------------------------------------------------------------------------- + +- Fixed clients getting assigned random jobs regardless of job preferences. + --------------------------------------------------------------------------------------------------------- v0.8.1.3 ---------------------------------------------------------------------------------------------------------