Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehni committed May 14, 2018
1 parent 5b4ad3d commit 800e0a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Assemblies/PickUpAndHaul.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/PickUpAndHaul/PickUpAndHaul/HarmonyPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static HarmonyPatches()
}
catch (TypeLoadException) { }

Log.Message("PickUpAndHaul v0.18.1.9 welcomes you to RimWorld with pointless logspam.");
Log.Message("PickUpAndHaul v0.18.2.0 welcomes you to RimWorld with pointless logspam.");
}


Expand Down
4 changes: 2 additions & 2 deletions Source/PickUpAndHaul/PickUpAndHaul/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.18.1.9")]
[assembly: AssemblyFileVersion("1.0.0.566")]
[assembly: AssemblyVersion("0.18.2.0")]
[assembly: AssemblyFileVersion("1.0.0.569")]

0 comments on commit 800e0a0

Please sign in to comment.