From 64a28dcd2d66f298ad5306954c03899600b5edff Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Fri, 3 May 2024 22:24:08 +0300 Subject: [PATCH] Bump version to 1.6.9 --- custom_components/iaquk/const.py | 2 +- custom_components/iaquk/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/iaquk/const.py b/custom_components/iaquk/const.py index 216f78a..62e3f8a 100644 --- a/custom_components/iaquk/const.py +++ b/custom_components/iaquk/const.py @@ -6,7 +6,7 @@ # Base component constants NAME: Final = "Indoor Air Quality UK Index" DOMAIN: Final = "iaquk" -VERSION: Final = "1.6.9-alpha" +VERSION: Final = "1.6.9" ISSUE_URL: Final = "https://github.com/Limych/ha-iaquk/issues" STARTUP_MESSAGE: Final = f""" diff --git a/custom_components/iaquk/manifest.json b/custom_components/iaquk/manifest.json index 40c239a..3cb8d11 100644 --- a/custom_components/iaquk/manifest.json +++ b/custom_components/iaquk/manifest.json @@ -10,5 +10,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/Limych/ha-iaquk/issues", "requirements": [], - "version": "1.6.9-alpha" + "version": "1.6.9" } \ No newline at end of file