From da8d5fd267e9b794f06756c2e6f64c5f5eb6ce39 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Fri, 22 Jan 2016 07:11:30 -0800 Subject: [PATCH] Version bump to v0.2.16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cf2dbe..cd3f502 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.15", + "version": "0.2.16", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },