diff --git a/README.md b/README.md index a69c2ba..09b0939 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Make it easy to monitor menstrual cycles and apply natural methods. Billings. Sy - the same account on several devices - automatic sending of cycles by email - no data sales/no advertising -**Shipped version:** 11.0.1~ynh1 +**Shipped version:** 11.0.2~ynh1 **Demo:** diff --git a/README_fr.md b/README_fr.md index 12efb3d..e552e39 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,7 @@ Rendre facile le suivi des cycles menstruels et l’application des méthodes na - envoi par mail automatique des cycles - pas de vente de données/pas de publicité -**Version incluse :** 11.0.1~ynh1 +**Version incluse :** 11.0.2~ynh1 **Démo :** diff --git a/conf/version.json b/conf/version.json index 8ba8e74..da9b5e2 100644 --- a/conf/version.json +++ b/conf/version.json @@ -1,6 +1,6 @@ { "app": "moncycle.app", - "version": "11.0.1~ynh1", - "build": "2024-03-08", - "commit": "98bedec" + "version": "11.0.3~ynh1", + "build": "2024-03-11", + "commit": "8d8409b" } diff --git a/manifest.toml b/manifest.toml index 623ff88..a580247 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.3~ynh1" maintainers = ["Raoul de Limezy"] @@ -34,8 +34,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jean-io/moncycle.app/archive/98bedeccb3daa05c9c634d2dfb62ea5fc59d7ac7.zip" - sha256 = "14af46f26a8aaa956fb9aae0791adb66110baea405bedc00610917dae9ffe0b3" + url = "https://github.com/jean-io/moncycle.app/archive/8d8409bf8afb4129989a3011b6a91da3b5d34950.zip" + sha256 = "6dbb8480432de7287148d6bfe9b58222b74f0dded3766942273312e180f28962" autoupdate.strategy = "latest_github_release" [resources.system_user] 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 #=================================================