Skip to content

Commit

Permalink
v0.3.4 - fixing #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt committed Aug 6, 2021
1 parent 685be29 commit 9365a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/daily/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DOMAIN = "daily"
NAME = "Daily Sensor"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.3.3"
VERSION = "0.3.4"

ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/daily/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"homekit": {},
"dependencies": [],
"codeowners": ["@jeroenterheerdt"],
"version": "0.3.3"
"version": "0.3.4"
}

0 comments on commit 9365a47

Please sign in to comment.