diff --git a/About/About.xml b/About/About.xml index b19ef97..2c2c3e5 100644 --- a/About/About.xml +++ b/About/About.xml @@ -87,10 +87,10 @@ Brrainz: multi-version targetting, inspiration for mod promotions b606: French translation Proxyer: Japanese translation 奔跑的梅洛斯: Simplified Chinese translation -Zetrith: +Zetrith: Fix blurry mod descriptions <size=24>Version</size> -This is version 1.16.761, for RimWorld 1.0.2231. +This is version 1.17.762, for RimWorld 1.0.2231. diff --git a/About/Manifest.xml b/About/Manifest.xml index 32d1b98..ca487f2 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 1.16.756 + 1.17.762 https://cdn.jsdelivr.net/gh/FluffierThanThou/ModManager/About/Manifest.xml - https://github.com/FluffierThanThou/ModManager/releases/v1.16.756 + https://github.com/FluffierThanThou/ModManager/releases/v1.17.762 \ No newline at end of file diff --git a/Assemblies/ModManager.dll b/Assemblies/ModManager.dll index 6b5f0ef..2dba8d0 100644 Binary files a/Assemblies/ModManager.dll and b/Assemblies/ModManager.dll differ diff --git a/Readme.md b/Readme.md index 419ec59..31b5b13 100644 --- a/Readme.md +++ b/Readme.md @@ -72,7 +72,7 @@ Sometimes, it's easier to navigate large lists with the keyboard. - b606: French translation - Proxyer: Japanese translation - 奔跑的梅洛斯: Simplified Chinese translation - - Zetrith: + - Zetrith: Fix blurry mod descriptions # Think you found a bug? Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report, @@ -93,4 +93,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.16.761, for RimWorld 1.0.2231. \ No newline at end of file +This is version 1.17.762, for RimWorld 1.0.2231. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index 544c490..03b5156 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -3,8 +3,8 @@ "version": { "alpha": 18, "major": 1, - "minor": 16, - "build": 761 + "minor": 17, + "build": 762 }, "visibility": 0, "git_repo": "ModManager", @@ -17,7 +17,7 @@ "奔跑的梅洛斯": "Simplified Chinese translation", "Zetrith": "Fix blurry mod descriptions" }, - "changenote": "correctly load modlists where Core isn't the first mod", + "changenote": "update for supportedVersions list\ncorrectly load modlists where Core isn't the first mod", "tags": [], "publishedfileid": "1507748539" } \ No newline at end of file diff --git a/Source/ModManager/Properties/AssemblyInfo.cs b/Source/ModManager/Properties/AssemblyInfo.cs index 90abd29..2d19042 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.16.761")] \ No newline at end of file +[assembly: AssemblyFileVersion("1.17.762")] \ No newline at end of file