From 3d6db94b34757f4a228b3332a4251cd7b8a3bab4 Mon Sep 17 00:00:00 2001 From: lbbrhzn Date: Tue, 15 Feb 2022 15:16:16 +0100 Subject: [PATCH] Bump version from 0.4.20 to 0.4.21 --- custom_components/ocpp/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ocpp/manifest.json b/custom_components/ocpp/manifest.json index d5be768c..eec6887f 100644 --- a/custom_components/ocpp/manifest.json +++ b/custom_components/ocpp/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/lbbrhzn/ocpp/blob/main/README.md", "iot_class": "local_push", "issue_tracker": "https://github.com/lbbrhzn/ocpp/issues", - "version": "0.4.20", + "version": "0.4.21", "config_flow": true, "after_dependencies": [ "persistent_notification"