HAP-NodeJS -> v0.0.3, publish v0.2.3

This commit is contained in:
Nick Farina
2015-11-04 06:18:57 -08:00
parent 752a5b7854
commit 974eef3ea8

View File

@@ -1,7 +1,7 @@
{
"name": "homebridge",
"description": "HomeKit support for the impatient",
"version": "0.2.2",
"version": "0.2.3",
"scripts": {
"dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true"
},
@@ -31,7 +31,7 @@
"dependencies": {
"chalk": "^1.1.1",
"commander": "2.8.1",
"hap-nodejs": "0.0.2",
"hap-nodejs": "0.0.3",
"semver": "5.0.3"
}
}