diff --git a/manifest.toml b/manifest.toml index de7d179..a657c57 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Rallly" description.en = "Tool for creating scheduling polls" description.fr = "Outil de création de sondages de planification" -version = "3.5.1~ynh1" +version = "3.5.1~ynh2" maintainers = ["eric_G"] diff --git a/scripts/upgrade b/scripts/upgrade index 9f3637e..15c9ee3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,12 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# CHECK VERSION -#================================================= - -upgrade_type=$(ynh_check_app_version_changed) - #================================================= # STANDARD UPGRADE STEPS #=================================================