Bump server version of zwave_js addon to 1.0.0-beta.1 (#1782)

This commit is contained in:
Marcel van der Veldt
2021-01-27 09:03:30 +01:00
committed by GitHub
parent ed93ca58f2
commit c2f7be2d97
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.1.1
- Bump Z-Wave JS Server to 1.0.0-beta.1
## 0.1.0 ## 0.1.0
- Inital release - Inital release

View File

@@ -7,6 +7,6 @@
"aarch64": "homeassistant/aarch64-base:3.13" "aarch64": "homeassistant/aarch64-base:3.13"
}, },
"args": { "args": {
"ZWAVEJS_SERVER_VERSION": "1.0.0-alpha.4" "ZWAVEJS_SERVER_VERSION": "1.0.0-beta.1"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Z-Wave JS", "name": "Z-Wave JS",
"version": "0.1.0", "version": "0.1.1",
"slug": "zwave_js", "slug": "zwave_js",
"description": "Control a ZWave network with Home Assistant Z-Wave JS", "description": "Control a ZWave network with Home Assistant Z-Wave JS",
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"], "arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],