From 2ea20527696752969b1cc9aac0cd46d31e6f8ab8 Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Thu, 10 Mar 2016 20:19:47 -0800 Subject: [PATCH] 0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b48d2e6..0b1a23c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.3.0", + "version": "0.3.1", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },