From 77ce39e157f7bd092830e788ab61a28dc0c1fe87 Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Fri, 8 Apr 2016 23:50:34 -0700 Subject: [PATCH] 0.3.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b8ac75..9431c5b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.3.2", + "version": "0.3.3", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },