From fedd34197085b69df411f0c7d28aeea8ac481377 Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Sat, 1 Oct 2016 16:48:05 -0700 Subject: [PATCH] 0.4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c08ff31..d6d6faa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.4.5", + "version": "0.4.6", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },