Skip to content

Commit

Permalink
Release 1.8.159 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed May 23, 2020
1 parent 98d9115 commit 6240072
Show file tree
Hide file tree
Showing 6 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 @@ -29,7 +29,7 @@ None (yet).
Cenbes: Control box texture

<size=24>Version</size>
This is version 1.7.158, for RimWorld 1.1.2642.
This is version 1.8.159, for RimWorld 1.1.2642.

</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.7.157</version>
<version>1.8.159</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/BackupPower/1.1/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.7.157</downloadUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.8.159</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.7.158, for RimWorld 1.1.2642.
This is version 1.8.159, for RimWorld 1.1.2642.
16 changes: 12 additions & 4 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
"name": "Backup Power",
"version": {
"major": 1,
"minor": 7,
"build": 158
"minor": 8,
"build": 159
},
"git_user": "fluffy-mods",
"git_repo": "BackupPower",
"visibility": 0,
"packageId": "fluffy.backuppower",
"changenote": "",
"changenotes": [],
"changenote": "2020-05-23 11:05 :: Fluffy :: additional nullcheck in PowerNet.StorageLevel",
"changenotes": [
{
"repo": "BackupPower",
"hash": "98d911573b89f834dbc400986cf4f1b14a9ff5cd",
"date": "2020-05-23 11:05",
"author": "Fluffy",
"message": "additional nullcheck in PowerNet.StorageLevel"
}
],
"contributors": {
"Cenbes": "Control box texture"
},
Expand Down
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.7.158")]
[assembly: AssemblyFileVersion("1.8.159")]

0 comments on commit 6240072

Please sign in to comment.