Skip to content

Commit

Permalink
'Release 1.17.762 [nolog]'
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed May 11, 2019
1 parent c962a9b commit abacce9
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</description>
<supportedVersions>
Expand Down
4 changes: 2 additions & 2 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>1.16.756</version>
<version>1.17.762</version>
<manifestUri>https://cdn.jsdelivr.net/gh/FluffierThanThou/ModManager/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/FluffierThanThou/ModManager/releases/v1.16.756</downloadUri>
<downloadUri>https://github.com/FluffierThanThou/ModManager/releases/v1.17.762</downloadUri>
</Manifest>
Binary file modified Assemblies/ModManager.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
This is version 1.17.762, for RimWorld 1.0.2231.
6 changes: 3 additions & 3 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": {
"alpha": 18,
"major": 1,
"minor": 16,
"build": 761
"minor": 17,
"build": 762
},
"visibility": 0,
"git_repo": "ModManager",
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion Source/ModManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.16.761")]
[assembly: AssemblyFileVersion("1.17.762")]

0 comments on commit abacce9

Please sign in to comment.