From a46b129a072fac3f42e17e3ab4dd4660cc9e7223 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 8 Mar 2024 11:52:06 +0700 Subject: [PATCH] Fixes --- conf/version.json | 2 +- manifest.toml | 2 +- scripts/upgrade | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/version.json b/conf/version.json index 8ba8e74..389949d 100644 --- a/conf/version.json +++ b/conf/version.json @@ -1,6 +1,6 @@ { "app": "moncycle.app", - "version": "11.0.1~ynh1", + "version": "11.0.2~ynh1", "build": "2024-03-08", "commit": "98bedec" } diff --git a/manifest.toml b/manifest.toml index 623ff88..85d63e3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Moncycle" description.en = "Menstrual cycle follow-up for natural family planning" description.fr = "Suivi de cycle pour les méthodes naturelles de régulation de naissance" -version = "11.0.1~ynh1" +version = "11.0.2~ynh1" maintainers = ["Raoul de Limezy"] diff --git a/scripts/upgrade b/scripts/upgrade index 83525b7..c5c4d72 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -79,7 +79,6 @@ pushd "$install_dir" else ynh_script_progression --message="No config panel migration required" fi - ynh_script_progression --message="You shouldn't see this" popd #=================================================