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",