upped version

This commit is contained in:
icanos 2020-05-06 07:18:14 +01:00
parent a32a5b5e8e
commit 97e3216a44
2 changed files with 4 additions and 4 deletions

View file

@ -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/",

View file

@ -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);