From 14206ac411471d5d877d64d202dcf5c1930fd0fc Mon Sep 17 00:00:00 2001 From: niceboy Date: Mon, 2 Sep 2024 12:24:54 +0000 Subject: [PATCH] Bump version to 0.2.7 --- custom_components/aqara_gateway/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/aqara_gateway/manifest.json b/custom_components/aqara_gateway/manifest.json index 136c8d6..f4d39ad 100755 --- a/custom_components/aqara_gateway/manifest.json +++ b/custom_components/aqara_gateway/manifest.json @@ -2,7 +2,7 @@ "domain": "aqara_gateway", "name": "Aqara Gateway", "config_flow": true, - "version": "0.2.6", + "version": "0.2.7", "zeroconf": ["_aqara._tcp.local.", "_aqara-setup._tcp.local."], "documentation": "https://github.com/niceboygithub/AqaraGateway", "issue_tracker": "https://github.com/niceboygithub/AqaraGateway/issues",