From d2547f7ae6e106ab6185de1255f8467d83fcea24 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Sat, 22 Aug 2015 08:51:20 -0700 Subject: [PATCH] Fix HAP-NodeJS version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 47cfe0e..2814343 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "start": "DEBUG=* node app.js || true" }, @@ -15,7 +15,7 @@ "carwingsjs": "0.0.x", "color": "0.10.x", "elkington": "kevinohara80/elkington", - "hap-nodejs": "git+https://github.com/KhaosT/HAP-NodeJS#legacy-updatevalue", + "hap-nodejs": "git+https://github.com/KhaosT/HAP-NodeJS#187174846dc4b8970efba74b9eb2968b35f15d87", "harmonyhubjs-client": "^1.1.4", "harmonyhubjs-discover": "git+https://github.com/swissmanu/harmonyhubjs-discover.git", "mdns": "^2.2.4",