From 9d8c2b061ca80e43e8beb973ba5b92384a43b809 Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:33:13 +0300 Subject: [PATCH] Bump manifest version (#310) --- custom_components/rpi_gpio/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/rpi_gpio/manifest.json b/custom_components/rpi_gpio/manifest.json index 37cdc5d..75a6c24 100644 --- a/custom_components/rpi_gpio/manifest.json +++ b/custom_components/rpi_gpio/manifest.json @@ -7,5 +7,5 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/thecode/ha-rpi_gpio/issues", "requirements": [ "gpiod>=2.0.2" ], - "version": "2024.10.0" + "version": "2024.10.1" }