Skip to content

Commit

Permalink
Release 1.7.157 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed May 22, 2020
1 parent 53d65f7 commit 8e38d8e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 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.6.156, for RimWorld 1.1.2624.
This is version 1.7.157, for RimWorld 1.1.2624.

</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.6.154</version>
<version>1.7.157</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/BackupPower/1.1/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.6.154</downloadUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.7.157</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.6.156, for RimWorld 1.1.2624.
This is version 1.7.157, for RimWorld 1.1.2624.
11 changes: 9 additions & 2 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
"name": "Backup Power",
"version": {
"major": 1,
"minor": 6,
"build": 156
"minor": 7,
"build": 157
},
"git_user": "fluffy-mods",
"git_repo": "BackupPower",
"visibility": 0,
"packageId": "fluffy.backuppower",
"changenote": "",
"changenotes": [
{
"repo": "BackupPower",
"hash": "53d65f7c6ce99b37a9274d9f1eb580e7ab1b4ac0",
"date": "2020-05-22 19:05",
"author": "Fluffy",
"message": "translate title [nolog]"
},
{
"repo": "BackupPower",
"hash": "d014057f372999ef63893267de7d0a777d88d14b",
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.6.156")]
[assembly: AssemblyFileVersion("1.7.157")]

0 comments on commit 8e38d8e

Please sign in to comment.