diff --git a/README.md b/README.md index eb6ff36..7b9f897 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Garradin is a free association managing software. -**Shipped version:** 1.0.7 +**Shipped version:** 1.1.1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d472910..edb820f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Garradin est un logiciel libre de gestion associative. il permet de gérer des membres. -**Version incluse :** 1.0.7 +**Version incluse :** 1.1.1 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index cd191db..c17366f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.0.7.tar.bz2 -SOURCE_SUM=bf54afad2ebd1e04cb5fa7f5a2033a7c790e30e7fb69b6795b103d66dfcb6c06 +SOURCE_URL=https://fossil.kd2.org/garradin/uv/garradin-1.1.1.tar.bz2 +SOURCE_SUM=a5bf599320e256e9adaba2ccc0a91a1116ad4efcc04c701fdbe3c05c0fc2f2f5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.bz2 SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 2460e78..cf02d51 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Software to manage association", "fr": "Logiciel libre de gestion d'association" }, - "version": "1.0.7~ynh2", + "version": "1.1.1~ynh1", "url": "http://garradin.eu/a-propos/", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index 6435c1d..d3ecff8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -79,7 +79,7 @@ ynh_abort_if_errors #================================================= if [ "$upgrade_type" == "0.9.8" ] -then +then ynh_script_progression --message="Upgrading upgrade to 0.9.8" --weight=5 # Download, check integrity, uncompress and patch the source from 0.9.8.src ynh_setup_source --dest_dir="$final_path" --source_id="0.9.8"