From c2fa3640931b775548dc474821bbc898fbcc7131 Mon Sep 17 00:00:00 2001 From: TKnpl Date: Sun, 24 Jan 2021 13:08:32 +0000 Subject: [PATCH] fixed io-package news issue --- README.md | 3 +++ io-package.json | 6 +++++- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56f02c7..ac53135 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ Furthermore please chose an updating interval for calling the API server. 30 sec ## Changelog +### 0.0.5 +* (TKnpl) fixed io-package news issue + ### 0.0.4 * (TKnpl) Connection check to api improved, added timestamp of latest alert diff --git a/io-package.json b/io-package.json index 47edc09..cd9c4b1 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "divera247", - "version": "0.0.4", + "version": "0.0.5", "news": { + "0.0.5": { + "en": "fixed io-package news issue", + "de": "io-package news Anforderungen nachgepflegt" + }, "0.0.4": { "en": "Connection check to api improved, added timestamp of latest alert", "de": "API-Verbindungs-Check verbesserunt, Alarmieringszeitstempel hinzugefĆ¼gt" diff --git a/package.json b/package.json index 6c50797..d3e8ac3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.divera247", - "version": "0.0.4", + "version": "0.0.5", "description": "Adapter zur Alarmierungssoftware Divera 24/7", "author": { "name": "tknpl",