Skip to content

Commit

Permalink
chore(release): v2.0.3
Browse files Browse the repository at this point in the history
## v2.0.3 (2022-05-28)

### Bug Fixes

* full HACS validation error ([9530df9](9530df9))
  • Loading branch information
TRW-bot authored and TheRealWaldo committed May 28, 2022
1 parent 593f1e0 commit ed65976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/optimal_humidity/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
NAME = "Optimal Humidity"
DOMAIN = "optimal_humidity"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "v2.0.2"
VERSION = "v2.0.3"
ISSUE_URL = "https://github.com/TheRealWaldo/ha-optimal-humidity/issues"

ATTR_DEWPOINT = "dewpoint"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/optimal_humidity/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Optimal Humidity",
"documentation": "https://github.com/TheRealWaldo/ha-optimal-humidity",
"issue_tracker": "https://github.com/TheRealWaldo/ha-optimal-humidity/issues",
"version": "v2.0.2",
"version": "v2.0.3",
"codeowners": [
"@TheRealWaldo"
],
Expand Down

0 comments on commit ed65976

Please sign in to comment.