diff --git a/Subsurface/Properties/AssemblyInfo.cs b/Subsurface/Properties/AssemblyInfo.cs index 2a9a1c81f..bcfba59b9 100644 --- a/Subsurface/Properties/AssemblyInfo.cs +++ b/Subsurface/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.3.3.0")] -[assembly: AssemblyFileVersion("0.3.3.0")] +[assembly: AssemblyVersion("0.3.3.1")] +[assembly: AssemblyFileVersion("0.3.3.1")] diff --git a/Subsurface/changelog.txt b/Subsurface/changelog.txt index d3622f864..d98901abe 100644 --- a/Subsurface/changelog.txt +++ b/Subsurface/changelog.txt @@ -1,3 +1,11 @@ +--------------------------------------------------------------------------------------------------------- +v0.3.3.1 +--------------------------------------------------------------------------------------------------------- + +- fixed the chatbox obstructing other player's inventory when grabbing/dragging a character +- fixed characters randomly letting go of bodies they're dragging +- the keybinds configured in the options menu are used when moving the camera as a spectator + --------------------------------------------------------------------------------------------------------- v0.3.3.0 --------------------------------------------------------------------------------------------------------- diff --git a/Subsurface_Solution.v12.suo b/Subsurface_Solution.v12.suo index 6fab769fa..c08510be1 100644 Binary files a/Subsurface_Solution.v12.suo and b/Subsurface_Solution.v12.suo differ