From 7edea1e3d3811e7121558830365f9c2b4556f3b1 Mon Sep 17 00:00:00 2001 From: lbbrhzn Date: Sat, 5 Feb 2022 18:53:58 +0100 Subject: [PATCH] bump version from 0.4.17 to 0.4.18 --- 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 68cd28b1..e5b423e4 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.17", + "version": "0.4.18", "config_flow": true, "after_dependencies": [ "persistent_notification"