From 52aa6bba2c4e1a937a381f2538a05a431570736c Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Wed, 4 Nov 2015 09:48:05 -0800 Subject: [PATCH] Publish v0.2.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0a31b3..92595e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.4", + "version": "0.2.5", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },