From 81f3545dcef821a442ce14f530febfec629bf0e8 Mon Sep 17 00:00:00 2001 From: thecode Date: Thu, 3 Feb 2022 12:45:49 +0200 Subject: [PATCH] Bump version to 2022.2.1 --- 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 1be0ca9..a226f88 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": "0.1.0" + "version": "2022.2.1" }