Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Mar 31, 2021
1 parent 1a20d63 commit 17011d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Release"
on:
push:
tags:
- "[v1-9]+.[1-9]+*"
- "[v0-9]+.[0-9]+*"

jobs:
release_zip_file:
Expand Down
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.8.0"
VERSION = "0.8.1.dev0"
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.8.0",
"version": "0.8.1.dev0",
"documentation": "https://github.com/Limych/ha-jq300",
"issue_tracker": "https://github.com/Limych/ha-jq300/issues",
"dependencies": [],
Expand Down

0 comments on commit 17011d2

Please sign in to comment.