diff --git a/README.md b/README.md index e213ac2..395bdba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Menstrual cycle follow-up for natural family planning [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://moncycle.app) [![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://tableau.moncycle.app/connexion.php?email1=demo.bill@moncycle.app&mdp=demo) -[![Version: 2025.11.19~ynh1](https://img.shields.io/badge/Version-2025.11.19~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/moncycle/) +[![Version: 2025.11.24~ynh1](https://img.shields.io/badge/Version-2025.11.24~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/moncycle/)
diff --git a/manifest.toml b/manifest.toml index cb35f17..af2fc05 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 = "2025.11.19~ynh1" +version = "2025.11.24~ynh1" maintainers = ["Raoul de Limezy"] @@ -37,8 +37,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jean-io/moncycle.app/archive/3c6a5a041c89119028ff4249941ad1329356e66a.zip" - sha256 = "76b8d431241bb98351ee15ba445021a994e91b28598bfddb8e8333706474250d" + url = "https://github.com/jean-io/moncycle.app/archive/43af104e0965139f50b819bd0018d6b7cf92c72d.tar.gz" + sha256 = "c3a03a9cf26f216e437fd2c75af9e1198549f759515fe2b3628ffd981f0dc9be" autoupdate.strategy = "latest_github_commit" [resources.system_user] diff --git a/scripts/install b/scripts/install index 617ab22..b87b767 100755 --- a/scripts/install +++ b/scripts/install @@ -21,8 +21,8 @@ ynh_hide_warnings mkdir "$install_dir/composer" pushd "$install_dir" ynh_hide_warnings mv ./www_data/* . - ynh_mysql_db_shell < db/table.sql - ynh_mysql_db_shell < db/demo.sql + ynh_mysql_db_shell < script/db/table.sql + ynh_mysql_db_shell < script/db/demo.sql popd #=================================================