Skip to content

Commit

Permalink
fix: bad version in const
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealWaldo committed May 13, 2022
1 parent 69e3f21 commit 46bb059
Showing 1 changed file with 1 addition and 1 deletion.
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 = "0.1.1"
VERSION = "2.0.1"
ISSUE_URL = "https://github.com/TheRealWaldo/ha-optimal-humidity/issues"

ATTR_DEWPOINT = "dewpoint"
Expand Down

0 comments on commit 46bb059

Please sign in to comment.