From 0c279f13f10e57c5f1df2c3f4d376de42b877144 Mon Sep 17 00:00:00 2001 From: Jey Cee Date: Fri, 4 Oct 2024 21:30:13 +0200 Subject: [PATCH] Update version --- 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 bdc5f83..df3a227 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ Examples: ## Changelog +### 1.6.3 (2024-10-04) +* (Jey Cee) Fix connection problems + ### 1.6.2 (2024-10-04) * (Jey Cee) Fix no connection on new installation diff --git a/io-package.json b/io-package.json index fa9c6c4..a7d9eb5 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,12 @@ { "common": { "name": "deconz", - "version": "1.6.2", + "version": "1.6.3", "news": { + "1.6.3": { + "en": "Fix connection problems", + "de": "Verbindungsproblem behoben" + }, "1.6.2": { "en": "Fix no connection on new installation", "de": "Keine Verbindung bei Neuinstallation behoben" diff --git a/package.json b/package.json index aee2424..1b2d08a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.deconz", - "version": "1.6.2", + "version": "1.6.3", "description": "deConz can handle various ZigBee devices, such as Hue, Tradfri, Lightify, etc.", "author": { "name": "Jey Cee",