Merge pull request #47 from icanos/dev

upped version to fix issue
This commit is contained in:
Marcus Westin 2020-01-18 19:23:29 +01:00 committed by GitHub
commit 3dcddf02e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "Plejd",
"version": "0.2.9",
"version": "0.2.10",
"slug": "plejd",
"description": "Adds support for the Swedish home automation devices from Plejd.",
"url": "https://github.com/icanos/hassio-plejd/",

View file

@ -3,7 +3,7 @@ const mqtt = require('./mqtt');
const fs = require('fs');
const PlejdService = require('./ble');
const version = "0.2.9";
const version = "0.2.10";
async function main() {
console.log('starting Plejd add-on v. ' + version);