Skip to content

Commit

Permalink
'Release v0.18.3.0 [nolog]'
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Dec 24, 2017
1 parent 756aa38 commit 0fee66c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Lauri7x3: German translation
Well-sp: Russian translation (update)

<size=24>Version</size>
This is version v0.18.2.12
This is version v0.18.3.0

</description>
</ModMetaData>
Binary file modified Assemblies/Fluffy_ColonyManager.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
[![Buy Me a Coffee](http://i.imgur.com/EjWiUwx.gif)](https://ko-fi.com/fluffymods)

# Version
This is version v0.18.2.12
This is version v0.18.3.0
2 changes: 0 additions & 2 deletions Source/ManagerTabs/ManagerTab_Mining.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System.Collections.Generic;
using System.Linq;
using Reloader;
using RimWorld;
using UnityEngine;
using Verse;
Expand Down Expand Up @@ -46,7 +45,6 @@ public override void DoWindowContents(Rect canvas)
DoJobDetails(jobDetailsRect);
}

[ReloadMethod]
private void DoJobDetails(Rect rect)
{
Widgets.DrawMenuSection(rect);
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("18.2.12.291")]
[assembly: AssemblyFileVersion("18.2.12.291")]
[assembly: AssemblyVersion("18.3.0.294")]
[assembly: AssemblyFileVersion("18.3.0.294")]

0 comments on commit 0fee66c

Please sign in to comment.