From 0ccd80c8e7925d23547479c501b45c8e016ca4cf Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Mon, 26 Sep 2016 20:32:06 -0700 Subject: [PATCH] 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 281fc23..0597a3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.4.0", + "version": "0.4.1", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },