From 58c5d678eed510d3e741032cf6f40683ea13d52a Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Fri, 27 Dec 2024 22:23:48 +0100 Subject: [PATCH] Bump version to 2024.12.2 (#336) --- 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 b11bb9a..56a062c 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.1" + "version": "2024.12.2" }