From 285d9aecc0ea5ec009d041d6e1d840507072ee60 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 4 Nov 2022 20:33:59 +0100 Subject: [PATCH 1/2] readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0825d41..20be34d 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ **Date created:** 2020-04-29 -**Last update:** 2022-10-04 +**Last update:** 2022-11-04 **Join the Discussion on Development:** [https://discord.gg/VnKkSHfNHc](https://discord.gg/VnKkSHfNHc) From 4dbc70918e837c91c1bad5e6381383aa0f9335b5 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 4 Nov 2022 20:34:39 +0100 Subject: [PATCH 2/2] manifest version --- custom_components/sector/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/sector/manifest.json b/custom_components/sector/manifest.json index 128d446..68acdf3 100644 --- a/custom_components/sector/manifest.json +++ b/custom_components/sector/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/gjohansson-ST/sector/blob/master/readme.md", "issue_tracker": "https://github.com/gjohansson-ST/sector/issues", "codeowners": ["@gjohansson-ST"], - "version": "v0.3.8", + "version": "v0.3.9", "config_flow": true, "iot_class": "cloud_polling" }