Skip to content

Commit

Permalink
Bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jul 18, 2022
1 parent fb7a4b3 commit 3102c8f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion custom_components/car_wash/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Base component constants
NAME: Final = "Car Wash"
DOMAIN: Final = "car_wash"
VERSION: Final = "1.5.3"
VERSION: Final = "1.5.4"
ISSUE_URL: Final = "https://github.com/Limych/ha-car_wash/issues"

STARTUP_MESSAGE: Final = f"""
Expand Down
30 changes: 15 additions & 15 deletions custom_components/car_wash/manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"domain": "car_wash",
"name": "Car Wash",
"version": "1.5.3",
"documentation": "https://github.com/Limych/ha-car_wash",
"issue_tracker": "https://github.com/Limych/ha-car_wash/issues",
"dependencies": [
"weather"
],
"config_flow": false,
"codeowners": [
"@Limych"
],
"requirements": [],
"iot_class": "calculated"
}
"domain": "car_wash",
"name": "Car Wash",
"version": "1.5.4",
"documentation": "https://github.com/Limych/ha-car_wash",
"issue_tracker": "https://github.com/Limych/ha-car_wash/issues",
"dependencies": [
"weather"
],
"config_flow": false,
"codeowners": [
"@Limych"
],
"requirements": [],
"iot_class": "calculated"
}

0 comments on commit 3102c8f

Please sign in to comment.