From 7d3dcc74b7d3c704a08058728e59951effea25af Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 7 Mar 2021 12:48:41 +0300 Subject: [PATCH] Bump version --- 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 e4d2530..61182d3 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.3.6.dev0" +VERSION = "1.3.6" 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 1409afa..46b8042 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.3.6.dev0", + "version": "1.3.6", "documentation": "https://github.com/Limych/ha-iaquk", "issue_tracker": "https://github.com/Limych/ha-iaquk/issues", "dependencies": [],