diff --git a/About/About.xml b/About/About.xml index fd64793..0a07112 100644 --- a/About/About.xml +++ b/About/About.xml @@ -95,7 +95,7 @@ Torq: Russian translation Patrick Schmitt: German translation <size=24>Version</size> -This is version 2.3.883, for RimWorld 1.1.2575. +This is version 2.4.884, for RimWorld 1.1.2575. diff --git a/About/Manifest.xml b/About/Manifest.xml index 5c51c96..9dd0afb 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 2.3.883 + 2.4.884 https://raw.githubusercontent.com/fluffy-mods/ModManager/1.1/About/Manifest.xml - https://github.com/fluffy-mods/ModManager/releases/v2.3.883 + https://github.com/fluffy-mods/ModManager/releases/v2.4.884 \ No newline at end of file diff --git a/Assemblies/ModManager.dll b/Assemblies/ModManager.dll index e751e21..148d015 100644 Binary files a/Assemblies/ModManager.dll and b/Assemblies/ModManager.dll differ diff --git a/Readme.md b/Readme.md index a7f3cc3..c96e17e 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 2.3.883, for RimWorld 1.1.2575. \ No newline at end of file +This is version 2.4.884, for RimWorld 1.1.2575. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index a809655..9105b24 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -3,8 +3,8 @@ "version": { "alpha": 18, "major": 2, - "minor": 3, - "build": 883 + "minor": 4, + "build": 884 }, "visibility": 0, "git_repo": "ModManager", @@ -21,13 +21,27 @@ "Torq": "Russian translation", "Patrick Schmitt": "German translation" }, - "changenote": "2020-03-18 :: Fluffy :: fix translation'\n2020-03-18 :: Fluffy :: issue filter options, add expansions and harmony to auto-added mods'\n2020-03-17 :: Fluffy :: fix cross promotion preview image loading'\n2020-03-17 :: Fluffy :: improve issue display'\n2020-03-16 :: Fluffy :: stop constantly recalculating all requirements'\n2020-03-03 :: Fluffy :: initial 1.1 release'\n2020-02-17 :: Fluffy :: initial 1.1 'release''", + "changenote": "2020-03-18 :: Proxyer :: Update Japanese Translation for v2.3.883 (#73)'\n2020-03-18 :: Fluffy :: fix translation'\n2020-03-18 :: Fluffy :: issue filter options, add expansions and harmony to auto-added mods'\n2020-03-17 :: Fluffy :: fix cross promotion preview image loading'\n2020-03-17 :: Fluffy :: improve issue display'\n2020-03-16 :: Fluffy :: stop constantly recalculating all requirements'\n2020-03-03 :: Fluffy :: initial 1.1 release'\n2020-02-17 :: Fluffy :: initial 1.1 'release''", "tags": [ "1.0", "1.1" ], "publishedfileid": "1507748539", "changenotes": [ + { + "repo": "ModManager", + "hash": "'tformat:ab15042c2cac8670915f329bbc3fb02444ea3751", + "date": "2020-03-18", + "author": "Proxyer", + "message": "Update Japanese Translation for v2.3.883 (#73)'" + }, + { + "repo": "ModManager", + "hash": "'tformat:74aff263b51d76fd57964ec20e5ad4e746fd66dc", + "date": "2020-03-18", + "author": "Fluffy", + "message": "'Release 2.3.883 [nolog]''" + }, { "repo": "ModManager", "hash": "'tformat:9eb62ab7f748fb0c30206dd5954bd831cafa5f6f", diff --git a/Source/ModManager/Properties/AssemblyInfo.cs b/Source/ModManager/Properties/AssemblyInfo.cs index 553091f..606ec45 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("2.0.0")] -[assembly: AssemblyFileVersion("2.3.883")] \ No newline at end of file +[assembly: AssemblyFileVersion("2.4.884")] \ No newline at end of file