From 97e3216a441ec087b0551ec0706af0ae20944fd3 Mon Sep 17 00:00:00 2001 From: icanos Date: Wed, 6 May 2020 07:18:14 +0100 Subject: [PATCH] upped version --- plejd/config.json | 4 ++-- plejd/main.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plejd/config.json b/plejd/config.json index 558a544..40e1c0b 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.4.5", + "version": "0.4.6", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/", @@ -38,4 +38,4 @@ "connectionTimeout": "int", "writeQueueWaitTime": "int" } -} \ No newline at end of file +} diff --git a/plejd/main.js b/plejd/main.js index 0d94a05..16a6c68 100644 --- a/plejd/main.js +++ b/plejd/main.js @@ -4,7 +4,7 @@ const fs = require('fs'); const PlejdService = require('./ble.bluez'); const SceneManager = require('./scene.manager'); -const version = "0.4.5"; +const version = "0.4.6"; async function main() { console.log('starting Plejd add-on v. ' + version); @@ -112,4 +112,4 @@ async function main() { }); } -main(); \ No newline at end of file +main();