From 255ea16444d532c0cb96b50dd0e2e0f6b319a6e8 Mon Sep 17 00:00:00 2001 From: drc38 <20024196+drc38@users.noreply.github.com> Date: Sun, 3 Oct 2021 10:39:20 +1300 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 69143553..a2e36b38 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.3.11", + "version": "0.3.13", "config_flow": true, "codeowners": [ "@lbbrhzn"