From 36b301b3bd651690bcef6e69d19bcb1b46734036 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Tue, 2 Apr 2024 14:49:43 -0700 Subject: [PATCH] v2024.4.1 adding Greek translation by @Thunderstrike116 --- custom_components/daily/const.py | 2 +- custom_components/daily/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }