Skip to content

Commit de5cd69

Browse files
Release 2.11.893 [nolog]
1 parent 5ef7f56 commit de5cd69

File tree

6 files changed

+11
-20
lines changed

6 files changed

+11
-20
lines changed

About/About.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@ Torq: Russian translation
9595
Patrick Schmitt: German translation
9696
Han Yaodong: Updates to Chinese translations
9797
Michaël Marinetti: Updates to French translation
98-
Mohas:
9998

10099
<size=24>Version</size>
101-
This is version 2.10.891, for RimWorld 1.1.2610.
100+
This is version 2.11.893, for RimWorld 1.1.2610.
102101

103102
</description>
104103
<supportedVersions>

About/Manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<Manifest>
3-
<version>2.10.891</version>
3+
<version>2.11.893</version>
44
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/ModManager/1.1/About/Manifest.xml</manifestUri>
5-
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v2.10.891</downloadUri>
5+
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v2.11.893</downloadUri>
66
</Manifest>

Assemblies/ModManager.dll

0 Bytes
Binary file not shown.

Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ Sometimes, it's easier to navigate large lists with the keyboard.
7979
- Patrick Schmitt: German translation
8080
- Han Yaodong: Updates to Chinese translations
8181
- Michaël Marinetti: Updates to French translation
82-
- Mohas:
8382

8483
# Think you found a bug?
8584
Please read [this guide](http://steamcommunity.com/sharedfiles/filedetails/?id=725234314) before creating a bug report,
@@ -102,4 +101,4 @@ Show your appreciation by buying me a coffee (or contribute towards a nice singl
102101
[![I Have a Black Dog](https://i.ibb.co/ss59Rwy/New-Project-2.png)](https://www.youtube.com/watch?v=XiCrniLQGYc)
103102

104103
# Version
105-
This is version 2.10.891, for RimWorld 1.1.2610.
104+
This is version 2.11.893, for RimWorld 1.1.2610.

Source/ModConfig.json

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": {
44
"alpha": 18,
55
"major": 2,
6-
"minor": 10,
7-
"build": 891
6+
"minor": 11,
7+
"build": 893
88
},
99
"visibility": 0,
1010
"git_repo": "ModManager",
@@ -24,7 +24,7 @@
2424
"Michaël Marinetti": "Updates to French translation",
2525
"Mohas": ""
2626
},
27-
"changenote": "2020-04-23 :: Mohas :: added a null check to onlineManifest in VersionCheck.Resolvers so Resolvers don't throw exception when something goes wrong in FetchManifest (#89)'\n2020-04-13 :: Fluffy :: re-add subscribe to crosspromotion option'",
27+
"changenote": "2020-04-27 23:04 :: Fluffy :: fix crosspromotion preview path",
2828
"tags": [
2929
"1.0",
3030
"1.1"
@@ -33,17 +33,10 @@
3333
"changenotes": [
3434
{
3535
"repo": "ModManager",
36-
"hash": "'tformat:b49f6d62a558d4b5a3b6ec5650df23a895be0954",
37-
"date": "2020-04-23",
38-
"author": "Mohas",
39-
"message": "added a null check to onlineManifest in VersionCheck.Resolvers so Resolvers don't throw exception when something goes wrong in FetchManifest (#89)'"
40-
},
41-
{
42-
"repo": "ModManager",
43-
"hash": "'tformat:c0c3aefd2746fd9df8a71334d11c427c784efd50",
44-
"date": "2020-04-13",
36+
"hash": "5ef7f5640d67a1c321ccf20037da27201bf443c6",
37+
"date": "2020-04-27 23:04",
4538
"author": "Fluffy",
46-
"message": "re-add subscribe to crosspromotion option'"
39+
"message": "fix crosspromotion preview path"
4740
}
4841
],
4942
"packageId": "fluffy.modmanager"

Source/ModManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("2.0.0")]
35-
[assembly: AssemblyFileVersion("2.10.891")]
35+
[assembly: AssemblyFileVersion("2.11.893")]

0 commit comments

Comments
 (0)