diff --git a/About/About.xml b/About/About.xml index 113d7f6..afe62a7 100644 --- a/About/About.xml +++ b/About/About.xml @@ -91,7 +91,7 @@ Zetrith: Fix blurry mod descriptions enescaglayan: Turkish translation <size=24>Version</size> -This is version 1.27.849, for RimWorld 1.0.2282. +This is version 1.27.850, for RimWorld 1.0.2282. diff --git a/About/Manifest.xml b/About/Manifest.xml index ae87eb9..5cf0b83 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 1.27.849 + 1.27.850 https://cdn.jsdelivr.net/gh/FluffierThanThou/ModManager/About/Manifest.xml - https://github.com/FluffierThanThou/ModManager/releases/v1.27.849 + https://github.com/FluffierThanThou/ModManager/releases/v1.27.850 \ No newline at end of file diff --git a/Assemblies/ModManager.dll b/Assemblies/ModManager.dll index 1df182a..757d381 100644 Binary files a/Assemblies/ModManager.dll and b/Assemblies/ModManager.dll differ diff --git a/Readme.md b/Readme.md index 21c9a3e..9f13bb9 100644 --- a/Readme.md +++ b/Readme.md @@ -96,4 +96,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl [![I Have a Black Dog](https://i.ibb.co/ss59Rwy/New-Project-2.png)](https://www.youtube.com/watch?v=XiCrniLQGYc) # Version -This is version 1.27.849, for RimWorld 1.0.2282. \ No newline at end of file +This is version 1.27.850, for RimWorld 1.0.2282. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index 09dd78a..7c249e5 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -4,7 +4,7 @@ "alpha": 18, "major": 1, "minor": 27, - "build": 849 + "build": 850 }, "visibility": 0, "git_repo": "ModManager", @@ -22,6 +22,13 @@ "tags": [], "publishedfileid": "1507748539", "changenotes": [ + { + "repo": "ModManager", + "hash": "'tformat:34e1f010d23a86f6a5a94c89fc28dd5dde855843", + "date": "2019-08-02", + "author": "Fluffy", + "message": "'Release 1.27.849 [nolog]''" + }, { "repo": "ModManager", "hash": "'tformat:4a629f6e934351a28c8f2b98c5fbfe253bf0e208", diff --git a/Source/ModManager/Properties/AssemblyInfo.cs b/Source/ModManager/Properties/AssemblyInfo.cs index a31df38..525d890 100644 --- a/Source/ModManager/Properties/AssemblyInfo.cs +++ b/Source/ModManager/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.27.849")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.27.850")] \ No newline at end of file