From ab2d50cc7be8f1b96cbdb5c72b5fd8f4f0087a6b Mon Sep 17 00:00:00 2001 From: hombach <63002482+hombach@users.noreply.github.com> Date: Sun, 11 Apr 2021 23:14:13 +0200 Subject: [PATCH] 0.7.1 --- README.md | 2 ++ io-package.json | 5 ++++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c1444c0..9e088fb8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Adapter for reading go-eCharger data. Adapter creates some states and updates se To connect to the go-eCharger type in its IP-address in the config. ## Changelog +### 0.7.1 (11.04.2021) +* (HombachC) bug fix ### 0.7.0 (11.04.2021) * (HombachC) added measured maximum current ### 0.6.1 (21.03.2021) diff --git a/io-package.json b/io-package.json index 11dc6944..de010974 100644 --- a/io-package.json +++ b/io-package.json @@ -1,7 +1,7 @@ { "common": { "name": "go-e-charger", - "version": "0.7.0", + "version": "0.7.1", "title": "go-eCharger", "titleLang": { "en": "go-eCharger", @@ -43,6 +43,9 @@ "connectionType": "local", "dataSource": "poll", "news": { + "0.7.1": { + "en": "bug fix" + }, "0.7.0": { "en": "added measured maximum current" }, diff --git a/package.json b/package.json index 19e3b558..e9aa7b0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.go-e-charger", - "version": "0.7.0", + "version": "0.7.1", "description": "Adapter for reading go-eCharger data", "author": "hombach ", "homepage": "https://github.com/hombach/ioBroker.go-e-charger",