From 1bbefe1f7bed5f102abcff854cf23de8c7d2f05a Mon Sep 17 00:00:00 2001 From: Tomer <57483589+tomer-w@users.noreply.github.com> Date: Sat, 1 Feb 2025 13:45:27 +0200 Subject: [PATCH] Bump version to 2025.2.0 (#350) --- 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 56a062c..d8c9078 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.2" + "version": "2025.2.0" }