Skip to content

Commit

Permalink
Finalize version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Bpendragon committed Jan 18, 2021
1 parent 4c36bce commit ab4412a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* Spanish - [ManHeII](https://github.com/ManHeII)
* Added console command `ghs_waternow`
* Removed `DaysToConstruct` from blueprints. (will still exist in config files for now)
* Added documentation for console commands
* Added update token for github

## v1.3.3
* More stable method of using and converting ModData used.
Expand Down
4 changes: 2 additions & 2 deletions GreenhouseSprinklers/GreenhouseSprinklers/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Name": "Greenhouse Sprinklers",
"Author": "Bpendragon",
"Version": "1.3.4-alpha",
"Version": "1.4.0",
"Description": "Pay Robin off to add automatic sprinklers to the greenhouse, allowing 100% utilization",
"UniqueID": "Bpendragon.GreenhouseSprinklers",
"EntryDll": "GreenhouseSprinklers.dll",
Expand All @@ -11,5 +11,5 @@
"IsRequired": false
}
],
"UpdateKeys": [ "Nexus:7456" ]
"UpdateKeys": [ "Nexus:7456", "GitHub:Bpendragon/GreenhouseSprinklers" ]
}

0 comments on commit ab4412a

Please sign in to comment.