From ec93b9dd4a0d67d0aac5b9a3acfffc1e67989694 Mon Sep 17 00:00:00 2001 From: lbbrhzn Date: Wed, 16 Mar 2022 15:52:34 +0100 Subject: [PATCH] Update manifest.json --- 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 22cd327b..9a35b953 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.23", + "version": "0.4.24", "config_flow": true, "after_dependencies": [ "persistent_notification"