Skip to content

Commit

Permalink
'Release 0.14.556 [nolog]'
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Oct 6, 2018
1 parent ed63061 commit 7e24d32
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ FluffierThanThou:
Andreas Pardeike:

<size=24>Version</size>
This is version 0.13.554, for RimWorld 0.19.2009.
This is version 0.14.556, for RimWorld 0.19.2009.

</description>
</ModMetaData>
4 changes: 2 additions & 2 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>0.12.545</version>
<version>0.14.556</version>
<manifestUri>https://rawgit.com/FluffierThanThou/ModManager/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/FluffierThanThou/ModManager/releases/v0.12.545</downloadUri>
<downloadUri>https://github.com/FluffierThanThou/ModManager/releases/v0.14.556</downloadUri>
</Manifest>
Binary file modified Assemblies/ModManager.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 @@ -72,4 +72,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 0.13.554, for RimWorld 0.19.2009.
This is version 0.14.556, for RimWorld 0.19.2009.
6 changes: 3 additions & 3 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": {
"alpha": 18,
"major": 0,
"minor": 13,
"build": 554
"minor": 14,
"build": 556
},
"visibility": 0,
"git_repo": "ModManager",
Expand All @@ -14,7 +14,7 @@
"FluffierThanThou": "",
"Andreas Pardeike": ""
},
"changenote": "maintain order of available mods if not filtering",
"changenote": "allow resizing mod config window\nturn of harmony debug in releases\nmaintain order of available mods if not filtering",
"tags": [],
"publishedfileid": "1507748539"
}
4 changes: 2 additions & 2 deletions Source/ModManager/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.13.554")]
[assembly: AssemblyFileVersion("0.13.554")]
[assembly: AssemblyVersion("0.14.556")]
[assembly: AssemblyFileVersion("0.14.556")]

0 comments on commit 7e24d32

Please sign in to comment.