From ef4538b872731725e3815d63c502a21296c4971a Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Wed, 3 Feb 2021 13:47:58 +0100 Subject: [PATCH] 0.0.2 --- README.md | 4 ++++ io-package.json | 6 +++++- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6075ee9..b2afa83 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ Development of this ioBroker Adapter was possible on the work performed by: ## Changelog +### 0.0.2 + +* (klein0r) First connection + ### 0.0.1 * (klein0r) initial release diff --git a/io-package.json b/io-package.json index 66d1003..d124413 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "comfoairq", - "version": "0.0.1", + "version": "0.0.2", "news": { + "0.0.2": { + "en": "First connection", + "de": "Erster Verbindungsaufbau möglich" + }, "0.0.1": { "en": "initial release", "de": "Erstveröffentlichung" diff --git a/package.json b/package.json index c475f85..24754f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.comfoairq", - "version": "0.0.1", + "version": "0.0.2", "description": "Connect your Zehnder ComfoAirQ over ComfoConnect LAN C", "author": { "name": "Matthias Kleine",