diff --git a/README.md b/README.md index 94efa90..4c980a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -28,7 +28,7 @@ Home Assistant is an open source home automation that puts local control and pri - Home Energy Management." -**Shipped version:** 2024.2.1~ynh1 +**Shipped version:** 2024.2.2~ynh1 **Demo:** https://demo.home-assistant.io @@ -56,4 +56,4 @@ or sudo yunohost app upgrade homeassistant -u https://github.com/YunoHost-Apps/homeassistant_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index ac8428d..fd9ff46 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -27,7 +27,7 @@ Home Assistant zst une application domotique open source qui donne la priorité - Applications mobiles compagnons ; - Gestion de l'énergie domestique. -**Version incluse :** 2024.2.1~ynh1 +**Version incluse :** 2024.2.2~ynh1 **Démo :** https://demo.home-assistant.io diff --git a/manifest.toml b/manifest.toml index 959af3d..983edbe 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.2.1~ynh1" +version = "2024.2.2~ynh1" maintainers = ["ewilly"] diff --git a/scripts/_common.sh b/scripts/_common.sh index d20bd4a..ba0115d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Release to install -app_version=2024.2.1 +app_version=2024.2.2 # Requirements py_required_version=3.11.8