From 82afeeaf6913e7126e367a8f61e3f001832e2ea8 Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:22:54 +0200 Subject: [PATCH] Bump version to 2024.12.1 (#328) --- 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 7f2a1c7..b11bb9a 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.2.1" ], - "version": "2024.12.0" + "version": "2024.12.1" }