From aaad3eee9b01ed5bf834b8f66f8405caa9cbe5e5 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Wed, 31 Mar 2021 23:43:09 +0300 Subject: [PATCH] Bump version to 0.8.1 --- 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 2210593..4dfd7a5 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.8.1.dev0" +VERSION = "0.8.1" 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 e418862..27bf5c2 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.8.1.dev0", + "version": "0.8.1", "documentation": "https://github.com/Limych/ha-jq300", "issue_tracker": "https://github.com/Limych/ha-jq300/issues", "dependencies": [],