diff --git a/custom_components/daily/const.py b/custom_components/daily/const.py index cd01e2f..1ed1148 100644 --- a/custom_components/daily/const.py +++ b/custom_components/daily/const.py @@ -3,7 +3,7 @@ DOMAIN = "daily" NAME = "Daily Sensor" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.3.6-beta" +VERSION = "0.3.7" ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues" diff --git a/custom_components/daily/manifest.json b/custom_components/daily/manifest.json index 6b181fc..f9c203f 100644 --- a/custom_components/daily/manifest.json +++ b/custom_components/daily/manifest.json @@ -10,5 +10,5 @@ "homekit": {}, "dependencies": [], "codeowners": ["@jeroenterheerdt"], - "version": "0.3.6-beta" + "version": "0.3.7" }