From 40544b351cc8682f888690d847434dd7dd8ffee9 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Fri, 27 May 2022 02:12:51 +0300 Subject: [PATCH] Bump version to 2022.6.0 (#61) --- 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 8be607f..7565ce9 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.4.0" + "version": "2022.6.0" }