diff --git a/custom_components/iaquk/const.py b/custom_components/iaquk/const.py index c3b6e58..f3ae412 100644 --- a/custom_components/iaquk/const.py +++ b/custom_components/iaquk/const.py @@ -5,7 +5,7 @@ # Base component constants NAME = "Indoor Air Quality UK Index" DOMAIN = "iaquk" -VERSION = "1.6.1-alpha" +VERSION = "1.6.1" ISSUE_URL = "https://github.com/Limych/ha-iaquk/issues" STARTUP_MESSAGE = f""" diff --git a/custom_components/iaquk/manifest.json b/custom_components/iaquk/manifest.json index d5f17ba..37dedb7 100644 --- a/custom_components/iaquk/manifest.json +++ b/custom_components/iaquk/manifest.json @@ -1,7 +1,7 @@ { "domain": "iaquk", "name": "Indoor Air Quality UK Index", - "version": "1.6.1-alpha", + "version": "1.6.1", "documentation": "https://github.com/Limych/ha-iaquk", "issue_tracker": "https://github.com/Limych/ha-iaquk/issues", "dependencies": [],