From f59f4521b41e6033772429f70aa40ef172f1ae49 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 27 Feb 2022 01:09:28 +0300 Subject: [PATCH] Bump version to 1.5.2 --- 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 eaccf08..0e27fa9 100644 --- a/custom_components/car_wash/const.py +++ b/custom_components/car_wash/const.py @@ -22,7 +22,7 @@ # Base component constants NAME: Final = "Car Wash" DOMAIN: Final = "car_wash" -VERSION: Final = "1.5.2-alpha" +VERSION: Final = "1.5.2" 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 6d4f1b0..15184a1 100644 --- a/custom_components/car_wash/manifest.json +++ b/custom_components/car_wash/manifest.json @@ -1,7 +1,7 @@ { "domain": "car_wash", "name": "Car Wash", - "version": "1.5.2-alpha", + "version": "1.5.2", "documentation": "https://github.com/Limych/ha-car_wash", "issue_tracker": "https://github.com/Limych/ha-car_wash/issues", "dependencies": [