fixed build error and upped version

This commit is contained in:
Marcus Westin 2020-02-14 12:13:44 +01:00
parent 95a5f4248b
commit 6d6d225b65
3 changed files with 4 additions and 4 deletions

View file

@ -32,8 +32,8 @@ RUN \
\
&& apk add --no-cache \
git \
nodejs=10.16.3-r0 \
npm=10.16.3-r0 \
nodejs \
npm \
dbus-dev \
glib-dev \
\

View file

@ -1,6 +1,6 @@
{
"name": "Plejd",
"version": "0.3.4",
"version": "0.3.5",
"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.bluez');
const version = "0.3.4";
const version = "0.3.5";
async function main() {
console.log('starting Plejd add-on v. ' + version);