From 6df898e300507c7b826dacf2371fcfb9489f5c1e Mon Sep 17 00:00:00 2001 From: lbbrhzn Date: Sun, 30 Jan 2022 21:03:36 +0100 Subject: [PATCH] bump version from 0.4.10 to 0.4.11 --- 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 01ee75cb..4e27803b 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.10", + "version": "0.4.11", "config_flow": true, "after_dependencies": [ "persistent_notification"