Skip to content

Commit

Permalink
Bump version to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 10, 2024
1 parent 16592b4 commit c7d1615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -23,7 +23,7 @@
# Base component constants
NAME: Final = "Car Wash"
DOMAIN: Final = "car_wash"
VERSION: Final = "1.5.8-alpha"
VERSION: Final = "1.5.8"
ISSUE_URL: Final = "https://github.com/Limych/ha-car_wash/issues"

STARTUP_MESSAGE: Final = f"""
Expand Down
2 changes: 1 addition & 1 deletion custom_components/car_wash/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"requirements": [
"pip>=21.3.1"
],
"version": "1.5.8-alpha"
"version": "1.5.8"
}

0 comments on commit c7d1615

Please sign in to comment.