Skip to content

Commit

Permalink
Bump coronavirus to 1.1.1 (home-assistant#36614)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Jun 10, 2020
1 parent ded5329 commit 5cf7534
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions homeassistant/components/coronavirus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"name": "Coronavirus (COVID-19)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/coronavirus",
"requirements": ["coronavirus==1.1.0"],
"codeowners": ["@home_assistant/core"]
"requirements": [
"coronavirus==1.1.1"
],
"codeowners": [
"@home_assistant/core"
]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ connect-box==0.2.5
construct==2.9.45

# homeassistant.components.coronavirus
coronavirus==1.1.0
coronavirus==1.1.1

# homeassistant.scripts.credstash
# credstash==1.15.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ colorlog==4.1.0
construct==2.9.45

# homeassistant.components.coronavirus
coronavirus==1.1.0
coronavirus==1.1.1

# homeassistant.scripts.credstash
# credstash==1.15.0
Expand Down

0 comments on commit 5cf7534

Please sign in to comment.