update hyperion to 2.0.0-alpha.7

This commit is contained in:
Arne Petersen
2020-08-02 11:24:50 +02:00
parent 6976f55752
commit 4db8ff50df
3 changed files with 8 additions and 7 deletions

3
hyperion/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
## 0.2.0
- Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7)

View File

@@ -6,6 +6,6 @@
}, },
"squash": false, "squash": false,
"args": { "args": {
"RELEASE": "2.0.0-alpha.6" "RELEASE": "2.0.0-alpha.7"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "hyperion", "name": "hyperion",
"version": "0.1.0", "version": "0.2.0",
"slug": "hyperion", "slug": "hyperion",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {
@@ -36,9 +36,7 @@
], ],
"webui": "http://[HOST]:[PORT:8090]", "webui": "http://[HOST]:[PORT:8090]",
"boot": "auto", "boot": "auto",
"options": { "options": {},
}, "schema": {},
"schema": {
},
"image": "petersendev/hassio-hyperion-{arch}" "image": "petersendev/hassio-hyperion-{arch}"
} }