From 6d2cb11eae56f09d817c02b5c227f7a226b58f43 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Wed, 4 Nov 2015 15:59:49 -0800 Subject: [PATCH] Publish v0.2.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 747d611..f4214ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.8", + "version": "0.2.9", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },