Skip to content

Commit

Permalink
'Release 1.1.643 [nolog]'
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Oct 17, 2018
1 parent 87859f0 commit a39700c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>Mod Manager</name>
<author>Fluffy</author>
<url>https://ludeon.com/forums/index.php?topic=16120</url>
<targetVersion>1.0.2057</targetVersion>
<targetVersion>1.0.2059</targetVersion>
<description>Managing mods should be easy!

&lt;size=24&gt;Features&lt;/size&gt;
Expand Down Expand Up @@ -68,7 +68,7 @@ Brrainz: multi-version targetting
b606: French translation

&lt;size=24&gt;Version&lt;/size&gt;
This is version 1.0.642, for RimWorld 1.0.2057.
This is version 1.1.643, for RimWorld 1.0.2059.

</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.21.639</version>
<version>1.1.643</version>
<manifestUri>https://rawgit.com/FluffierThanThou/ModManager/master/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/FluffierThanThou/ModManager/releases/v0.21.639</downloadUri>
<downloadUri>https://github.com/FluffierThanThou/ModManager/releases/v1.1.643</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 1.0.642, for RimWorld 1.0.2057.
This is version 1.1.643, for RimWorld 1.0.2059.
4 changes: 2 additions & 2 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": {
"alpha": 18,
"major": 1,
"minor": 0,
"build": 642
"minor": 1,
"build": 643
},
"visibility": 0,
"git_repo": "ModManager",
Expand Down
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("1.0.642")]
[assembly: AssemblyFileVersion("1.0.642")]
[assembly: AssemblyVersion("1.1.643")]
[assembly: AssemblyFileVersion("1.1.643")]

0 comments on commit a39700c

Please sign in to comment.