Skip to content

Commit

Permalink
Z-Wave JS: Bump ZJS Server to 2.0.0 (home-assistant#1884)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 26, 2021
1 parent 107585d commit 553445c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.9

- Bump Z-Wave JS Server to 2.0.0

## 0.1.8

- Bump Z-Wave JS Server to 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion zwave_js/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aarch64": "homeassistant/aarch64-base:3.13"
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.0.0",
"ZWAVEJS_SERVER_VERSION": "2.0.0",
"ZWAVEJS_VERSION": "6.5.0"
}
}
4 changes: 2 additions & 2 deletions zwave_js/config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "Z-Wave JS",
"version": "0.1.8",
"version": "0.1.9",
"slug": "zwave_js",
"description": "Control a ZWave network with Home Assistant Z-Wave JS",
"arch": ["amd64", "i386", "armhf", "armv7", "aarch64"],
"url": "https://github.com/home-assistant/hassio-addons/tree/master/zwave_js",
"startup": "services",
"init": false,
"stage": "experimental",
"homeassistant": "2021.3.0b0",
"homeassistant": "2021.2.0b0",
"ports": {
"3000/tcp": null
},
Expand Down

0 comments on commit 553445c

Please sign in to comment.