From 6500912f54a70ff479e63e2b72760ab589fa558a Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Mon, 22 Feb 2016 16:50:52 -0800 Subject: [PATCH] 0.2.19 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38f17ac..c904988 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.18", + "version": "0.2.19", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },