This commit is contained in:
Pablo Carranza Velez 2016-08-09 15:23:27 -03:00
parent d673015011
commit 211560472a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# v1.13.2
* bootstrap: if offlineMode is enabled, persist only the uuid [petrosagg]
# v1.13.1 # v1.13.1
* Using `links` in compose files is now allowed [petrosagg] * Using `links` in compose files is now allowed [petrosagg]

View File

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