diff --git a/README.md b/README.md index 80d6f8b..060fa23 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo - Edit accounts, even the imported ones - Generate TOTP and HOTP security codes -**Shipped version:** 4.1.0~ynh3 +**Shipped version:** 4.1.0~ynh4 **Demo:** https://demo.2fauth.app/login diff --git a/README_fr.md b/README_fr.md index eae1082..aac3b3e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ It aims to ease you perform your 2FA authentication steps whatever the device yo - Edit accounts, even the imported ones - Generate TOTP and HOTP security codes -**Version incluse :** 4.1.0~ynh3 +**Version incluse :** 4.1.0~ynh4 **Démo :** https://demo.2fauth.app/login diff --git a/manifest.toml b/manifest.toml index a3194bf..ca438fa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "2FAuth" description.en = "self-hosted alternative to One Time Passcode" description.fr = "Alternative auto-hébergée a One Time Passcode" -version = "4.1.0~ynh3" +version = "4.1.0~ynh4" maintainers = ["eric_G"] diff --git a/scripts/upgrade b/scripts/upgrade index 4168359..6df9059 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -81,7 +81,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Installing $app with Composer..." --weight=15 -rm $install_dir/package-lock.json +ynh_secure_remove --file=$install_dir/package-lock.json ynh_install_composer --install_args="--ignore-platform-reqs --prefer-dist --no-scripts --no-dev"