From c7d1615fa64a85038121f9743ecd2e6e71a410e3 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Thu, 10 Oct 2024 22:42:39 +0300 Subject: [PATCH] Bump version to 1.5.8 --- 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 1595082..4e22c9c 100644 --- a/custom_components/car_wash/const.py +++ b/custom_components/car_wash/const.py @@ -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""" diff --git a/custom_components/car_wash/manifest.json b/custom_components/car_wash/manifest.json index f1ec971..2bf5111 100644 --- a/custom_components/car_wash/manifest.json +++ b/custom_components/car_wash/manifest.json @@ -14,5 +14,5 @@ "requirements": [ "pip>=21.3.1" ], - "version": "1.5.8-alpha" + "version": "1.5.8" } \ No newline at end of file