From e52f84e5bebe34770eaae08cc550d62ccfb80829 Mon Sep 17 00:00:00 2001 From: stickpin <630000+stickpin@users.noreply.github.com> Date: Tue, 26 May 2020 12:08:34 +0200 Subject: [PATCH] deconz: Bump deCONZ to 2.05.77 (#1346) --- deconz/CHANGELOG.md | 4 ++++ deconz/build.json | 2 +- deconz/config.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index 00b3cc1..90ce659 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.3.4 + +- Bump deCONZ to 2.05.77 + ## 5.3.3 - Bump deCONZ to 2.05.76 diff --git a/deconz/build.json b/deconz/build.json index 92884e3..2cc445c 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.76" + "DECONZ_VERSION": "2.05.77" } } diff --git a/deconz/config.json b/deconz/config.json index 179dd86..2ae5684 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "5.3.3", + "version": "5.3.4", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],