From 74aa148a5b900db23eb3cff7dfbeb3c572317eb5 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Thu, 2 May 2024 23:33:52 +0300 Subject: [PATCH] Bump version to 1.6.7 --- 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 bac965d..08e051e 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.7-alpha" +VERSION: Final = "1.6.7" 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 e9e6819..898e4d7 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.7-alpha" + "version": "1.6.7" } \ No newline at end of file