Skip to content

Commit

Permalink
v0.8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalis11 committed Feb 25, 2018
1 parent 9df0f0a commit ff5afb7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaClient/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.0.2")]
[assembly: AssemblyFileVersion("0.8.0.2")]
[assembly: AssemblyVersion("0.8.0.3")]
[assembly: AssemblyFileVersion("0.8.0.3")]
4 changes: 2 additions & 2 deletions Barotrauma/BarotraumaServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.0.1")]
[assembly: AssemblyFileVersion("0.8.0.1")]
[assembly: AssemblyVersion("0.8.0.3")]
[assembly: AssemblyFileVersion("0.8.0.3")]
10 changes: 10 additions & 0 deletions Barotrauma/BarotraumaShared/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
---------------------------------------------------------------------------------------------------------
v0.8.0.3
---------------------------------------------------------------------------------------------------------

- Another attempt to fix relay components: it should be now possible to use relays in series and pass
power to junction boxes through relays.
- Fixed creature disabling in server settings only taking character config files in the Content/Character
folder into account.
- Added ruin structure, particle and decal configuration files to content packages.

---------------------------------------------------------------------------------------------------------
v0.8.0.2
---------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit ff5afb7

Please sign in to comment.