diff --git a/custom_components/daily/const.py b/custom_components/daily/const.py index c2e0f8f..d95d588 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 = "2024.4.0" +VERSION = "2024.4.1" ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues" diff --git a/custom_components/daily/manifest.json b/custom_components/daily/manifest.json index f7bd246..97f0944 100644 --- a/custom_components/daily/manifest.json +++ b/custom_components/daily/manifest.json @@ -10,5 +10,5 @@ "homekit": {}, "dependencies": [], "codeowners": ["@jeroenterheerdt"], - "version": "2024.4.0" + "version": "2024.4.1" }