This commit is contained in:
Pablo Carranza Vélez 2015-10-16 15:37:49 +00:00
parent 964f935c3f
commit 605d72cbdc
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# v1.2.0
* Don't bind mount (the sometimes non-existent) docker.sock [Pablo] * Don't bind mount (the sometimes non-existent) docker.sock [Pablo]
* Expose a RESIN_SUPERVISOR_VERSION env var to app [Pablo] * Expose a RESIN_SUPERVISOR_VERSION env var to app [Pablo]

View File

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