Skip to content

Commit

Permalink
Release 1.3.52 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed May 4, 2020
1 parent d8b6976 commit 9882888
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 18 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ None (yet).
Cenbes: Control box texture

<size=24>Version</size>
This is version 1.2.51, for RimWorld 1.1.2618.
This is version 1.3.52, for RimWorld 1.1.2618.

</description>
<url>https://ludeon.com/forums/index.php?topic=16120</url>
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.2.51</version>
<version>1.3.52</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/BackupPower/1.1/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.2.51</downloadUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.3.52</downloadUri>
</Manifest>
Binary file modified Assemblies/BackupPower.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 @@ -43,4 +43,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 1.2.51, for RimWorld 1.1.2618.
This is version 1.3.52, for RimWorld 1.1.2618.
19 changes: 6 additions & 13 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,21 @@
"name": "Backup Power",
"version": {
"major": 1,
"minor": 2,
"build": 51
"minor": 3,
"build": 52
},
"git_user": "fluffy-mods",
"git_repo": "BackupPower",
"visibility": 0,
"packageId": "fluffy.backuppower",
"changenote": "2020-05-04 14:05 :: Fluffy :: remove last traces of Harmony requirement",
"changenote": "2020-05-04 22:05 :: Fluffy :: try to recover more gracefully from failure state",
"changenotes": [
{
"repo": "BackupPower",
"hash": "84b86e3f5d4889b627f1be2252dad7daf6373870",
"date": "2020-05-04 14:05",
"hash": "d8b6976a0a74d0b578f83c1737b959f29d62ce26",
"date": "2020-05-04 22:05",
"author": "Fluffy",
"message": "remove last traces of Harmony requirement"
},
{
"repo": "BackupPower",
"hash": "48719cd45a72897ea7d44eba89b2d6546cea32dc",
"date": "2020-05-04 14:05",
"author": "Fluffy",
"message": "Release 1.1.49 [nolog]"
"message": "try to recover more gracefully from failure state"
}
],
"contributors": {
Expand Down
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.2.51")]
[assembly: AssemblyFileVersion("1.3.52")]

0 comments on commit 9882888

Please sign in to comment.