diff --git a/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs index f53378522..661f96b39 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.1")] -[assembly: AssemblyFileVersion("0.8.1.1")] +[assembly: AssemblyVersion("0.8.1.2")] +[assembly: AssemblyFileVersion("0.8.1.2")] diff --git a/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs b/Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs index 6a7536854..51d90b882 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.1")] -[assembly: AssemblyFileVersion("0.8.1.1")] +[assembly: AssemblyVersion("0.8.1.2")] +[assembly: AssemblyFileVersion("0.8.1.2")] diff --git a/Barotrauma/BarotraumaShared/changelog.txt b/Barotrauma/BarotraumaShared/changelog.txt index f4e5c22e0..7c3a4f556 100644 --- a/Barotrauma/BarotraumaShared/changelog.txt +++ b/Barotrauma/BarotraumaShared/changelog.txt @@ -1,3 +1,9 @@ +--------------------------------------------------------------------------------------------------------- +v0.8.1.2 +--------------------------------------------------------------------------------------------------------- + +- Fixed medicines not having an effect when injected with a medical syringe. + --------------------------------------------------------------------------------------------------------- v0.8.1.1 ---------------------------------------------------------------------------------------------------------