From 4466a6cbd9d1786a8d69e43e6ba798ace4d4e9ab Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 2 Mar 2022 18:26:50 +0100 Subject: [PATCH] 0.2.0 --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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