This commit is contained in:
Alexios Theodoros Brezas 2016-03-28 10:30:30 +01:00
parent 3adc752bc2
commit 1b76b8ae45
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.7.0
* Add RESIN_HOST_LOG_TO_DISPLAY variable [Pablo] * Add RESIN_HOST_LOG_TO_DISPLAY variable [Pablo]
* Add system logs for special actions and host config [Pablo] * Add system logs for special actions and host config [Pablo]
* Fix setting config.txt for RPi 3 [Pablo] * Fix setting config.txt for RPi 3 [Pablo]

View File

@ -1,6 +1,6 @@
{ {
"name": "resin-supervisor", "name": "resin-supervisor",
"version": "1.6.1", "version": "1.7.0",
"scripts": { "scripts": {
"postinstall": "bash postinstall.sh", "postinstall": "bash postinstall.sh",
"start": "./entry.sh" "start": "./entry.sh"