diff --git a/README.md b/README.md index 66b9711..03438cd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Modern web IRC client designed for self-hosting - Responsive interface - Multi-user support -**Shipped version:** 4.4.1~ynh1 +**Shipped version:** 4.4.1~ynh2 **Demo:** https://demo.thelounge.chat/ diff --git a/README_fr.md b/README_fr.md index ae8082e..fb817af 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Client Web IRC moderne conçu pour l'auto-hébergement - Interface réactive - Support multi-utilisateurs -**Version incluse :** 4.4.1~ynh1 +**Version incluse :** 4.4.1~ynh2 **Démo :** https://demo.thelounge.chat/ diff --git a/manifest.toml b/manifest.toml index 2050f3b..5b5d2d6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "The Lounge" description.en = "Web IRC client" description.fr = "Client Web IRC" -version = "4.4.1~ynh1" +version = "4.4.1~ynh2" maintainers = ["rafi59"] @@ -17,7 +17,7 @@ admindoc = "https://thelounge.chat/docs" code = "https://github.com/thelounge/thelounge" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = "all" multi_instance = false ldap = false diff --git a/scripts/upgrade b/scripts/upgrade index 65648b6..4c1866e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -33,7 +33,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir=$install_dir + ynh_setup_source --dest_dir=$install_dir --full_replace=1 fi chmod -R o-rwx "$install_dir"