From 4683c08dc3d7b4144a3f365744a388c6611f0281 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Thu, 9 May 2024 19:11:08 +0300 Subject: [PATCH] Bump version to 1.5.6 --- custom_components/car_wash/const.py | 2 +- custom_components/car_wash/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/car_wash/const.py b/custom_components/car_wash/const.py index e2facb0..e3a1a50 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.6-alpha" +VERSION: Final = "1.5.6" 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 004cf3f..dffc641 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.6-alpha" -} + "version": "1.5.6" +} \ No newline at end of file