diff --git a/About/About.xml b/About/About.xml index 0f12823..96c7769 100644 --- a/About/About.xml +++ b/About/About.xml @@ -94,7 +94,7 @@ Torq: Russian translation Patrick Schmitt: German translation <size=24>Version</size> -This is version 1.34.875, for RimWorld 1.0.2408. +This is version 1.35.876, for RimWorld 1.0.2408. diff --git a/About/Manifest.xml b/About/Manifest.xml index 80817a1..ca8f66e 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,7 +1,6 @@ - 1.34.875 - fluffy.modmanager + 1.35.876 https://cdn.jsdelivr.net/gh/fluffy-mods/ModManager/About/Manifest.xml - https://github.com/fluffy-mods/ModManager/releases/v1.34.875 + https://github.com/fluffy-mods/ModManager/releases/v1.35.876 \ No newline at end of file diff --git a/Assemblies/FluffyUI.dll b/Assemblies/FluffyUI.dll index 7ccbaeb..9ba7d2c 100644 Binary files a/Assemblies/FluffyUI.dll and b/Assemblies/FluffyUI.dll differ diff --git a/Assemblies/ModManager.dll b/Assemblies/ModManager.dll index e1390ed..e65faff 100644 Binary files a/Assemblies/ModManager.dll and b/Assemblies/ModManager.dll differ diff --git a/Readme.md b/Readme.md index 69bd3d0..da64fa8 100644 --- a/Readme.md +++ b/Readme.md @@ -99,4 +99,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.34.875, for RimWorld 1.0.2408. \ No newline at end of file +This is version 1.35.876, for RimWorld 1.0.2408. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index 2e80a5a..89eadc6 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -3,8 +3,8 @@ "version": { "alpha": 18, "major": 1, - "minor": 34, - "build": 875 + "minor": 35, + "build": 876 }, "visibility": 0, "git_repo": "ModManager", @@ -21,10 +21,17 @@ "Torq": "Russian translation", "Patrick Schmitt": "German translation" }, - "changenote": "2020-01-24 :: Fluffy :: modlist resets now add modmanager to the list (optionally)'", + "changenote": "2020-01-24 :: Fluffy :: stop suppressing the mod mismatch warning dialog'\n2020-01-24 :: Fluffy :: modlist resets now add modmanager to the list (optionally)'", "tags": [], "publishedfileid": "1507748539", "changenotes": [ + { + "repo": "ModManager", + "hash": "'tformat:dbe16ca8f990b68288d2007b6a6e1626a2149981", + "date": "2020-01-24", + "author": "Fluffy", + "message": "stop suppressing the mod mismatch warning dialog'" + }, { "repo": "ModManager", "hash": "'tformat:55a087a5920f84c7ba638116e6a165fb64a9c039", diff --git a/Source/ModManager/Properties/AssemblyInfo.cs b/Source/ModManager/Properties/AssemblyInfo.cs index 53f59c1..2de69be 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.34.875")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.35.876")] \ No newline at end of file