From 4af54afb8242d461d297fefcbdab6365a2375978 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sat, 8 Jan 2022 13:28:55 +0300 Subject: [PATCH] Bump version to 0.10.0 --- custom_components/jq300/const.py | 2 +- custom_components/jq300/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/jq300/const.py b/custom_components/jq300/const.py index f200fbe..3a927bd 100644 --- a/custom_components/jq300/const.py +++ b/custom_components/jq300/const.py @@ -32,7 +32,7 @@ # Base component constants NAME = "JQ-300/200/100 Indoor Air Quality Meter" DOMAIN = "jq300" -VERSION = "0.10.0-alpha" +VERSION = "0.10.0" ATTRIBUTION = "Data provided by JQ-300 Cloud" ISSUE_URL = "https://github.com/Limych/ha-jq300/issues" diff --git a/custom_components/jq300/manifest.json b/custom_components/jq300/manifest.json index 6bb3601..0dd3155 100644 --- a/custom_components/jq300/manifest.json +++ b/custom_components/jq300/manifest.json @@ -1,7 +1,7 @@ { "domain": "jq300", "name": "JQ-300/200/100 Indoor Air Quality Meter", - "version": "0.10.0-alpha", + "version": "0.10.0", "documentation": "https://github.com/Limych/ha-jq300", "issue_tracker": "https://github.com/Limych/ha-jq300/issues", "dependencies": [],