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