From a1402c466cd90b7bc89139b279407cf357c7ac99 Mon Sep 17 00:00:00 2001 From: icanos Date: Tue, 14 Jan 2020 18:08:28 +0000 Subject: [PATCH] new version --- plejd/config.json | 2 +- plejd/main.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plejd/config.json b/plejd/config.json index 5e4d574..cfa68fe 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.2.3", + "version": "0.2.4", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/", diff --git a/plejd/main.js b/plejd/main.js index 4e6fafd..919b794 100644 --- a/plejd/main.js +++ b/plejd/main.js @@ -3,7 +3,7 @@ const mqtt = require('./mqtt'); const fs = require('fs'); const PlejdService = require('./ble'); -const version = "0.2.3"; +const version = "0.2.4"; async function main() { console.log('starting Plejd add-on v. ' + version);