diff --git a/About/About.xml b/About/About.xml index ff6fe86..ad84cd5 100644 --- a/About/About.xml +++ b/About/About.xml @@ -68,7 +68,7 @@ Brrainz: multi-version targetting b606: French translation <size=24>Version</size> -This is version 0.20.638, for RimWorld 0.19.2009. +This is version 0.21.639, for RimWorld 0.19.2009. \ No newline at end of file diff --git a/About/Manifest.xml b/About/Manifest.xml index 155ce9d..4f67d6b 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 0.20.636 + 0.21.639 https://rawgit.com/FluffierThanThou/ModManager/master/About/Manifest.xml - https://github.com/FluffierThanThou/ModManager/releases/v0.20.636 + https://github.com/FluffierThanThou/ModManager/releases/v0.21.639 \ No newline at end of file diff --git a/Assemblies/ModManager.dll b/Assemblies/ModManager.dll index d5f887e..13feb62 100644 Binary files a/Assemblies/ModManager.dll and b/Assemblies/ModManager.dll differ diff --git a/Readme.md b/Readme.md index ecdb33d..702e19f 100644 --- a/Readme.md +++ b/Readme.md @@ -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.20.638, for RimWorld 0.19.2009. \ No newline at end of file +This is version 0.21.639, for RimWorld 0.19.2009. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index 14cf57a..23ca474 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -3,8 +3,8 @@ "version": { "alpha": 18, "major": 0, - "minor": 20, - "build": 638 + "minor": 21, + "build": 639 }, "visibility": 0, "git_repo": "ModManager", @@ -14,7 +14,7 @@ "Brrainz": "multi-version targetting", "b606": "French translation" }, - "changenote": "", + "changenote": "fix: set default modlist colour to white", "tags": [], "publishedfileid": "1507748539" } \ No newline at end of file diff --git a/Source/ModManager/Properties/AssemblyInfo.cs b/Source/ModManager/Properties/AssemblyInfo.cs index 8cba391..be7f68f 100644 --- a/Source/ModManager/Properties/AssemblyInfo.cs +++ b/Source/ModManager/Properties/AssemblyInfo.cs @@ -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.20.638")] -[assembly: AssemblyFileVersion("0.20.638")] \ No newline at end of file +[assembly: AssemblyVersion("0.21.639")] +[assembly: AssemblyFileVersion("0.21.639")] \ No newline at end of file