Skip to content

Commit

Permalink
Release 1.4.61 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed May 5, 2020
1 parent 30baae9 commit ed26f5e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 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.3.60, for RimWorld 1.1.2618.
This is version 1.4.61, 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.3.52</version>
<version>1.4.61</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/BackupPower/1.1/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.3.52</downloadUri>
<downloadUri>https://github.com/fluffy-mods/BackupPower/releases/v1.4.61</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.3.60, for RimWorld 1.1.2618.
This is version 1.4.61, for RimWorld 1.1.2618.
13 changes: 10 additions & 3 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": 3,
"build": 60
"minor": 4,
"build": 61
},
"git_user": "fluffy-mods",
"git_repo": "BackupPower",
"visibility": 0,
"packageId": "fluffy.backuppower",
"changenote": "2020-05-05 10:05 :: Fluffy :: fix: building control box no longer removes generator (doh)\n2020-05-05 10:05 :: Fluffy :: fix: building control box no longer removes generator (doh)",
"changenote": "2020-05-05 10:05 :: Fluffy :: fix reinitializing control boxes on game load\n2020-05-05 10:05 :: Fluffy :: fix: building control box no longer removes generator (doh)\n2020-05-05 10:05 :: Fluffy :: fix: building control box no longer removes generator (doh)",
"changenotes": [
{
"repo": "BackupPower",
"hash": "30baae9f78c5efe40705de8b0ba5d86299c26061",
"date": "2020-05-05 10:05",
"author": "Fluffy",
"message": "fix reinitializing control boxes on game load"
},
{
"repo": "BackupPower",
"hash": "bf516e38387a2cc404e8e8e04afe2a70f35556eb",
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.3.60")]
[assembly: AssemblyFileVersion("1.4.61")]

0 comments on commit ed26f5e

Please sign in to comment.