From 115169226555361ccf3c92ad1a9dc48411294469 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 22 Jan 2024 06:08:29 +0000 Subject: [PATCH] Upgrade to v2024.1.5 --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 05ea486..fec82f8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Home Assistant" description.en = "Home automation platform" description.fr = "Plateforme domotique" -version = "2024.1.3~ynh1" +version = "2024.1.5~ynh1" maintainers = ["ewilly"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 62e79bf..18f8380 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Release to install -app_version=2024.1.3 +app_version=2024.1.5 # Requirements py_required_version=3.11.7