From ede77bd44664912a8a4fd70c60a2f2c02dd7b3b8 Mon Sep 17 00:00:00 2001 From: Sebastian Haesselbarth Date: Tue, 19 Feb 2019 19:45:39 +0100 Subject: [PATCH] Set version to 0.1.1 --- README.md | 7 ++++--- io-package.json | 6 +++++- package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b58fe43..fc01c55 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # ioBroker.nibeuplink This adapter is still in development. You can use it but without support and help. Later I will document it here. -**Attention:** -In version 0.1.0 new, more readable objects were added to the object tree. In a later version the old objects in the child paths will be removed! - ## Changelog +### 0.1.1 +* Do not create deprecated sub path objects - only update them if present (if you have them and don't use them, you can delete them) +* info.connection added + ### 0.1.0 * Objects tree changed: New, more readable objects added diff --git a/io-package.json b/io-package.json index fa42528..6d5d9fe 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "nibeuplink", - "version": "0.1.0", + "version": "0.1.1", "news": { + "0.1.1": { + "en": "info.connection added; do not create deprecated sub path objects", + "de": "info.connection hinzugefügt; veraltete Unterpfade werden nicht mehr angelegt" + }, "0.1.0": { "en": "Objects tree changed: New, more readable objects added", "de": "Objektbaum wurde geändert: Neue, besser lesbare Objekte wurden hinzugefügt" diff --git a/package.json b/package.json index 79e9f49..6cbe5d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.nibeuplink", - "version": "0.1.0", + "version": "0.1.1", "description": "nibeuplink", "author": { "name": "Sebastian Haesselbarth",