Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman committed Feb 15, 2021
1 parent 3fce579 commit 2f05f35
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 75 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"default": false
},
"allowAMASerial": {
"type": "boolean",
"default": false
"type": "boolean",
"default": false
},
"showBattery": {
"type": "boolean",
Expand All @@ -55,5 +55,5 @@
}
},
"short_name": "Zigbee",
"version": "0.15.7"
"version": "0.15.8"
}
147 changes: 78 additions & 69 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zigbee-adapter",
"version": "0.15.7",
"version": "0.15.8",
"description": "Zigbee adapter plugin for WebThings Gateway",
"author": "WebThingsIO",
"main": "index.js",
Expand All @@ -9,7 +9,7 @@
},
"homepage": "https://github.com/WebThingsIO/zigbee-adapter",
"dependencies": {
"bl": "^4.0.3",
"bl": "^4.1.0",
"buffer-reader": "^0.1.0",
"clone-deep": "^4.0.1",
"color": "^3.1.3",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint": "^7.20.0",
"gateway-addon": "^1.0.0"
},
"license": "MPL-2.0",
Expand Down

0 comments on commit 2f05f35

Please sign in to comment.