bump hap-nodejs to 0.4.0

This commit is contained in:
Jon Maddox
2016-09-26 10:46:21 -04:00
parent 4eabc4ad52
commit 925c1630c4

View File

@@ -1,7 +1,7 @@
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.3.4",
"version": "0.3.5",
"scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
},
@@ -26,7 +26,7 @@
"dependencies": {
"chalk": "^1.1.1",
"commander": "2.8.1",
"hap-nodejs": "0.3.2",
"hap-nodejs": "0.4.0",
"semver": "5.0.3",
"node-persist": "^0.0.8"
}