From dd8a07af6a2f113a6b105d8a3fd5dda791f929fe Mon Sep 17 00:00:00 2001 From: Robin Dupont Date: Sat, 30 Oct 2021 17:19:30 +0200 Subject: [PATCH] Update manifest.json --- custom_components/kef_connector/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/kef_connector/manifest.json b/custom_components/kef_connector/manifest.json index 8c8fc33..5710bca 100644 --- a/custom_components/kef_connector/manifest.json +++ b/custom_components/kef_connector/manifest.json @@ -2,7 +2,7 @@ "domain": "kef_connector", "name": "Kef Connector", "config_flow": false, - "version":"0.5", + "version":"0.5.1", "documentation": "https://github.com/N0ciple/hass-kef-connector", "issue_tracker":"https://github.com/N0ciple/hass-kef-connector/issues", "requirements": [ @@ -16,4 +16,4 @@ "@n0ciple" ], "iot_class": "local_polling" -} \ No newline at end of file +}