diff --git a/scripts/install b/scripts/install index 2b306f1..96a6d7c 100755 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,7 @@ chown $app:$app "$final_path/server.js" ynh_script_progression --message="Install armadietto with npm..." --weight=1 pushd $final_path - ynh_npm -g i armadietto@0.1.5 + ynh_npm -g i armadietto@0.2.0 popd #================================================= diff --git a/scripts/restore b/scripts/restore index 303a3a9..32a2322 100755 --- a/scripts/restore +++ b/scripts/restore @@ -94,7 +94,7 @@ ynh_restore_file --origin_path="$datadir" --not_mandatory ynh_script_progression --message="REinstall armadietto with npm..." --weight=1 pushd $final_path - ynh_npm -g i armadietto@0.1.5 + ynh_npm -g i armadietto@0.2.0 popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 139b309..134f4f0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -146,7 +146,7 @@ then ynh_script_progression --message="Upgrade armadietto with npm..." --weight=1 pushd $final_path - ynh_npm -g i armadietto@0.1.5 + ynh_npm -g i armadietto@0.2.0 popd fi