From d351da0c7cc7f4a0dcc135e6ddffe2d9a5814b1b Mon Sep 17 00:00:00 2001 From: lbbrhzn <8673442+lbbrhzn@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:55:37 +0100 Subject: [PATCH] Update manifest.json (#1443) bump websocket version bump version --- custom_components/ocpp/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ocpp/manifest.json b/custom_components/ocpp/manifest.json index f0f1ef50..660e1a41 100644 --- a/custom_components/ocpp/manifest.json +++ b/custom_components/ocpp/manifest.json @@ -14,7 +14,7 @@ "issue_tracker": "https://github.com/lbbrhzn/ocpp/issues", "requirements": [ "ocpp>=1.0.0", - "websockets>=13.1" + "websockets>=14.1" ], - "version": "0.6.1" + "version": "0.6.3" }