Skip to content

Commit

Permalink
Fixed repo and changed version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arybitskiy committed Jan 8, 2021
1 parent 178f38e commit 7b6de66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"enabled": true
}
},
"homepage_url": "https://github.com/WebThingsIO/zwave-adapter",
"homepage_url": "https://github.com/arybitskiy/zwave-adapter",
"id": "zwave-adapter",
"license": "MPL-2.0",
"manifest_version": 1,
Expand All @@ -35,5 +35,5 @@
}
},
"short_name": "Z-Wave",
"version": "0.10.9"
"version": "1.0.0"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "zwave-adapter",
"version": "0.10.9",
"version": "1.0.0",
"description": "Z-Wave adapter plugin for WebThings Gateway",
"author": "WebThingsIO",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"jest": "jest"
},
"homepage": "https://github.com/WebThingsIO/zwave-adapter",
"homepage": "https://github.com/arybitskiy/zwave-adapter",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/WebThingsIO/zwave-adapter.git"
"url": "https://github.com/arybitskiy/zwave-adapter.git"
},
"bugs": {
"url": "https://github.com/WebThingsIO/zwave-adapter/issues"
"url": "https://github.com/arybitskiy/zwave-adapter/issues"
},
"dependencies": {
"color": "^3.1.3",
Expand Down

0 comments on commit 7b6de66

Please sign in to comment.