Bump HAP-NodeJS to v0.0.7; Version bump to v0.2.14

This commit is contained in:
Nick Farina
2016-01-06 13:51:47 -08:00
parent 2213997acc
commit c8c84c08f2

View File

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