From 752a5b785415e13c7a365b9d9e7dac56042f824e Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Wed, 4 Nov 2015 04:35:44 -0800 Subject: [PATCH] Publish v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a80de62..8ef5c65 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.1", + "version": "0.2.2", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },