Skip to content

Commit

Permalink
Release 3.7.1004 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Aug 30, 2020
1 parent 26c4d31 commit c405431
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ shadowtouch: better filename sanitizing code
Mohas: fix nullref in online manifests

<size=24>Version</size>
This is version 3.6.1003, for RimWorld 1.2.2723.
This is version 3.7.1004, for RimWorld 1.2.2723.

</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>3.6.999</version>
<version>3.7.1004</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/ModManager/1.2/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v3.6.999</downloadUri>
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v3.7.1004</downloadUri>
</Manifest>
Binary file modified Assemblies/FluffyUI.dll
Binary file not shown.
Binary file modified Assemblies/ModManager.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ Become a supporter and show your appreciation by buying me a coffee (or contribu


![Version](https://banners.karel-kroeze.nl/title/Version.png)
This is version 3.6.1003, for RimWorld 1.2.2723.
This is version 3.7.1004, for RimWorld 1.2.2723.
16 changes: 12 additions & 4 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": {
"alpha": 18,
"major": 3,
"minor": 6,
"build": 1003
"minor": 7,
"build": 1004
},
"visibility": 0,
"git_repo": "ModManager",
Expand All @@ -25,13 +25,21 @@
"shadowtouch": "better filename sanitizing code",
"Mohas": "fix nullref in online manifests"
},
"changenote": "",
"changenote": "2020-08-30 11:08 :: Fluffy :: minor refactor of filename sanitizing, add more debug info",
"tags": [
"1.0",
"1.1",
"1.2"
],
"publishedfileid": "1507748539",
"changenotes": [],
"changenotes": [
{
"repo": "ModManager",
"hash": "26c4d31e2ea3ba9596e8f9c8d66b94b5a138c0b2",
"date": "2020-08-30 11:08",
"author": "Fluffy",
"message": "minor refactor of filename sanitizing, add more debug info"
}
],
"packageId": "fluffy.modmanager"
}
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("3.0.0")]
[assembly: AssemblyFileVersion("3.6.1003")]
[assembly: AssemblyFileVersion("3.7.1004")]

0 comments on commit c405431

Please sign in to comment.