diff --git a/README.md b/README.md index 46be3cd..e66332b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In addition to constituting an advantage in terms of confidentiality (the data d - Ability to subscribe to channels without creating a Google account -**Shipped version:** 24.01.18~ynh2 +**Shipped version:** 24.01.29~ynh1 **Demo:** https://invidious.site/ diff --git a/README_fr.md b/README_fr.md index 0ddbf47..8d19d89 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ En plus de constituer un avantage sur le plan de la confidentialité (les donné - Possibilité d'afficher les commentaires Reddit plutôt que les commentaires YouTube, - Possibilité de s'abonner aux chaines sans créer de compte Google -**Version incluse :** 24.01.18~ynh2 +**Version incluse :** 24.01.29~ynh1 **Démo :** https://invidious.site/ diff --git a/manifest.toml b/manifest.toml index ed3d03a..4cb2c44 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Invidious" description.en = "Alternative front-end to YouTube" description.fr = "Front-end alternatif à YouTube" -version = "24.01.18~ynh2" +version = "24.01.29~ynh1" maintainers = ["eric_G"] diff --git a/scripts/_common.sh b/scripts/_common.sh index 79e274b..445bdfa 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -version_commit=1c0b4205d40781ff2d34d64dddf29e5dc89d1723 +version_commit=c005ada48723808e507d0a4d5a3363a1c14a4f07 #================================================= # PERSONAL HELPERS diff --git a/scripts/upgrade b/scripts/upgrade index 84db87e..f8bb121 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,6 +77,7 @@ then pushd "$install_dir" chown -R "$app:www-data" "$install_dir" git config --system --add safe.directory "$install_dir" + ynh_exec_as "$app" git config pull.rebase false ynh_exec_as "$app" git fetch #git checkout master