From 027a693c0d96cda43b97123375a104bb4b5dac61 Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 2 Dec 2016 10:19:58 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 343c907..3c3e74e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "homebridge", "description": "HomeKit support for the impatient", - "version": "0.4.10", + "version": "0.4.11", "scripts": { "dev": "DEBUG=* ./bin/homebridge -D -P example-plugins/ || true" },