diff --git a/custom_components/car_wash/const.py b/custom_components/car_wash/const.py index 633ef0b..5603265 100644 --- a/custom_components/car_wash/const.py +++ b/custom_components/car_wash/const.py @@ -21,7 +21,7 @@ # Base component constants NAME: Final = "Car Wash" DOMAIN: Final = "car_wash" -VERSION: Final = "1.5.7-alpha" +VERSION: Final = "1.5.7" ISSUE_URL: Final = "https://github.com/Limych/ha-car_wash/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/car_wash/manifest.json b/custom_components/car_wash/manifest.json index 665e263..4bc737f 100644 --- a/custom_components/car_wash/manifest.json +++ b/custom_components/car_wash/manifest.json @@ -12,5 +12,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-car_wash/issues", "requirements": [], - "version": "1.5.7-alpha" + "version": "1.5.7" } \ No newline at end of file