From 3616d61fed5f149fd60b7f58e4a089874398b584 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Mon, 28 Dec 2015 09:33:47 -0800 Subject: [PATCH] Version bump for npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e20bca..a73773e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.2.11", + "version": "0.2.12", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },