From 151cf55486ecd5c0dc058d3062f5458f6220339b Mon Sep 17 00:00:00 2001 From: thecode Date: Sat, 2 Apr 2022 16:31:42 +0300 Subject: [PATCH] Bump version to 2022.4.0 --- 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 604a4bc..8be607f 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.3.0" + "version": "2022.4.0" }