From 287aa6d03427f9b1cb1c56b807af12d49afeac21 Mon Sep 17 00:00:00 2001 From: Khaos Tian Date: Wed, 17 Feb 2016 10:38:08 -0800 Subject: [PATCH] 0.2.18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71b8388..4f33dc4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.17", + "version": "0.2.18", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },