From 1c4bf23b60df019b37437274e8d93cc05e2aac2e Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Wed, 4 Nov 2015 10:22:47 -0800 Subject: [PATCH] Publish v0.2.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92595e9..f37c41c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.5", + "version": "0.2.6", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },