From b2f476f833d171165c887d4c91eb4543662d9828 Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Sun, 20 Mar 2016 21:53:01 -0700 Subject: [PATCH] 0.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bf09bf..4b8ac75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.3.1", + "version": "0.3.2", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },