From c92f7f7871b83a92fc9e37b517debeb5057d5fd2 Mon Sep 17 00:00:00 2001 From: lbbrhzn <8673442+lbbrhzn@users.noreply.github.com> Date: Mon, 4 Apr 2022 19:30:01 +0200 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 d3c307ea..5e0e0d4a 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.28", + "version": "0.4.29", "config_flow": true, "after_dependencies": [ "persistent_notification"