From 9421a9ae58b7b9daa7e715488efb7aaeb3f8cce6 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Sat, 5 Feb 2022 11:23:45 +0200 Subject: [PATCH] Bump version to 2022.2.3 (#15) --- 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 84ecc44..566815f 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.2" + "version": "2022.2.3" }