From c594fdd229ba42d4602900f7346f9a7314fbd668 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Fri, 4 Mar 2022 21:36:13 +0200 Subject: [PATCH] Bump version to 2022.3.0 (#31) --- 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 566815f..604a4bc 100644 --- a/custom_components/rpi_gpio/manifest.json +++ b/custom_components/rpi_gpio/manifest.json @@ -6,5 +6,5 @@ "requirements": ["RPi.GPIO==0.7.1a4"], "codeowners": ["@thecode"], "iot_class": "local_push", - "version": "2022.2.3" + "version": "2022.3.0" }