From d8220b2f135c31e49fa7712b06814f12167ed520 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 23 Apr 2019 21:42:12 +0200 Subject: [PATCH] Update deconz 2.05.64 (#575) --- 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 ccea49d..7b88b7c 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2 + +- Bump deCONZ to 2.05.64 + ## 2.1 - Bump deCONZ to 2.05.63 diff --git a/deconz/build.json b/deconz/build.json index 9ebf9bc..2ff8563 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -4,6 +4,6 @@ "armhf": "homeassistant/armhf-base-raspbian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.63" + "DECONZ_VERSION": "2.05.64" } } diff --git a/deconz/config.json b/deconz/config.json index bc16b41..96d83ac 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "2.1", + "version": "2.2", "slug": "deconz", "description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf"],