From 4c18a1f86e67a5270887ba275afa07fb7d31d33b Mon Sep 17 00:00:00 2001 From: Marcus Westin Date: Fri, 20 Dec 2019 07:52:23 +0100 Subject: [PATCH] upped version after reference error in main.js --- plejd/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plejd/config.json b/plejd/config.json index c7043c2..e182b83 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.1.0", + "version": "0.1.1", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/", @@ -32,4 +32,4 @@ "mqttPassword": "str", "includeRoomsAsLights": "bool" } -} \ No newline at end of file +}