From af0a4a37aaaded7b7df6c498681ea17b55b870e2 Mon Sep 17 00:00:00 2001 From: Matthieu Date: Wed, 5 May 2021 22:53:52 +0200 Subject: [PATCH] Bump georideapilib min version to v0.6.1 --- custom_components/georide/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/georide/manifest.json b/custom_components/georide/manifest.json index b4dff5d..cfd2280 100644 --- a/custom_components/georide/manifest.json +++ b/custom_components/georide/manifest.json @@ -4,10 +4,10 @@ "config_flow": true, "documentation": "https://github.com/ptimatth/GeorideHA", "requirements": [ - "georideapilib>=0.6.0", + "georideapilib>=0.6.1", "pyjwt>=1.7.1" ], "dependencies": [], "codeowners": ["ptimatth"], - "version": "0.6.1" + "version": "0.6.2" } \ No newline at end of file