From 6d6d225b65f1c35225dbe57e11c61f52f25fce0e Mon Sep 17 00:00:00 2001 From: Marcus Westin Date: Fri, 14 Feb 2020 12:13:44 +0100 Subject: [PATCH] fixed build error and upped version --- plejd/Dockerfile | 4 ++-- plejd/config.json | 2 +- plejd/main.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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);