diff --git a/plejd/Dockerfile b/plejd/Dockerfile index 1be39ba..33e07c9 100644 --- a/plejd/Dockerfile +++ b/plejd/Dockerfile @@ -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 \ \ diff --git a/plejd/config.json b/plejd/config.json index d002274..610dc37 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -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/", diff --git a/plejd/main.js b/plejd/main.js index 1d06343..68934cf 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.bluez'); -const version = "0.3.4"; +const version = "0.3.5"; async function main() { console.log('starting Plejd add-on v. ' + version);