From dbb7b89cf9d32b0816709570b31684c0dc19eba2 Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Tue, 27 Sep 2016 17:01:08 -0700 Subject: [PATCH] 0.4.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 289bd4a..a0d669e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.4.2", + "version": "0.4.3", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },