Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjunky authored May 25, 2022
1 parent 3269f70 commit e4ab242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions custom_components/google_fit/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"domain": "google_fit",
"name": "Google Fit",
"version": "1.0.4",
"version": "1.0.6",
"documentation": "https://github.com/cyberjunky/home-assistant-google_fit",
"dependencies": [],
"codeowners": [
"@cyberjunky"
],
"requirements": [
"google-api-python-client==1.6.4",
"oauth2client==4.0.0",
"google-api-python-client==2.48.0",
"oauth2client==4.1.3",
"httplib2"
]
}

0 comments on commit e4ab242

Please sign in to comment.