Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 6, 2021
1 parent 4b9a145 commit 9338d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/jq300/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# Base component constants
NAME = "JQ-300/200/100 Indoor Air Quality Meter"
DOMAIN = "jq300"
VERSION = "0.9.1-alpha"
VERSION = "0.9.1"
ATTRIBUTION = "Data provided by JQ-300 Cloud"
ISSUE_URL = "https://github.com/Limych/ha-jq300/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/jq300/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "jq300",
"name": "JQ-300/200/100 Indoor Air Quality Meter",
"version": "0.9.1-alpha",
"version": "0.9.1",
"documentation": "https://github.com/Limych/ha-jq300",
"issue_tracker": "https://github.com/Limych/ha-jq300/issues",
"dependencies": [],
Expand Down

0 comments on commit 9338d0f

Please sign in to comment.