From 319a536f2eaf8441e09af60187f1b285c0fbab1f Mon Sep 17 00:00:00 2001 From: YorkshireIoT <55233103+YorkshireIoT@users.noreply.github.com> Date: Sun, 7 Jul 2024 15:39:02 +0000 Subject: [PATCH] Add upcoming version * Make google-api consistent with requirements.txt --- custom_components/google_fit/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/google_fit/manifest.json b/custom_components/google_fit/manifest.json index b0033ea..642d1c7 100644 --- a/custom_components/google_fit/manifest.json +++ b/custom_components/google_fit/manifest.json @@ -13,7 +13,7 @@ "issue_tracker": "https://github.com/YorkshireIoT/ha-google-fit/issues", "requirements": [ "oauth2client==4.1.3", - "google-api-python-client==2.82.0" + "google-api-python-client==2.129.0" ], - "version": "v0.0.0" + "version": "v4.0.2" } \ No newline at end of file