From 1aae63a41a0f1aceec88d5869f0d794fe701f0ea Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 30 Jun 2022 13:38:19 +0300 Subject: [PATCH] Bump version to 2022.7.0 (#77) --- 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 77e5850..894a258 100644 --- a/custom_components/rpi_gpio/manifest.json +++ b/custom_components/rpi_gpio/manifest.json @@ -6,5 +6,5 @@ "requirements": ["RPi.GPIO==0.7.1"], "codeowners": ["@thecode"], "iot_class": "local_push", - "version": "2022.6.0" + "version": "2022.7.0" }