From a93ef9e253908bacf2ff0e1bab72f5ec5b47d478 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Fri, 10 May 2024 13:17:17 +0300 Subject: [PATCH] Bump version to 1.5.7 --- custom_components/car_wash/const.py | 2 +- custom_components/car_wash/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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