This commit is contained in:
Pablo Carranza Velez 2016-02-22 14:38:15 -03:00
parent a2fa396b9f
commit 1f89f01a23
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.6.0
* Add endpoint to get device state [Pablo]
* Check for valid strings or ints in all config values [Pablo]
* Remove quotes in OS version [Pablo]

View File

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