diff --git a/README.md b/README.md index 31122b2..898d7a4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Dolibarr ERP & CRM is a modern software for managing your professional or associative activity (contacts, invoices, orders, stocks, agenda, etc.). -**Shipped version:** 17.0.0~ynh1 +**Shipped version:** 17.0.1~ynh1 **Demo:** https://www.dolibarr.org/onlinedemo diff --git a/README_fr.md b/README_fr.md index 419fdac..d17549a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.). -**Version incluse :** 17.0.0~ynh1 +**Version incluse :** 17.0.1~ynh1 **Démo :** https://www.dolibarr.org/onlinedemo diff --git a/manifest.json b/manifest.json index 2a9ceeb..0e60846 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage the various aspects of your business or association", "fr": "Gérez les différents aspects de votre activité pro ou associative" }, - "version": "17.0.0~ynh1", + "version": "17.0.1~ynh1", "url": "https://www.dolibarr.org/", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/upgrade.d/upgrade.15.sh b/scripts/upgrade.d/upgrade.15.sh index 25bd1be..a8ccd1d 100644 --- a/scripts/upgrade.d/upgrade.15.sh +++ b/scripts/upgrade.d/upgrade.15.sh @@ -1,7 +1,7 @@ #!/bin/bash # Target version of the Dolibarr update -next_version="16.0.4" +next_version="16.0.5" # Dolibarr tarball checksum -dolibarr_source_sha256="4C0DA72974DB97E1956CB4A2ABCBFC7777B08E2AB5C1CD4A7C758DF081A4DEE4" \ No newline at end of file +dolibarr_source_sha256="C8298342558E62B955A6F4C01FEDB6A187B2E0C0B2C1681A97158CA979F9304F" \ No newline at end of file diff --git a/scripts/upgrade.d/upgrade.16.sh b/scripts/upgrade.d/upgrade.16.sh index db315bc..e5f638a 100644 --- a/scripts/upgrade.d/upgrade.16.sh +++ b/scripts/upgrade.d/upgrade.16.sh @@ -1,7 +1,7 @@ #!/bin/bash # Target version of the Dolibarr update -next_version="17.0.0" +next_version="17.0.1" # Dolibarr tarball checksum -dolibarr_source_sha256="30246f1e3eaad21ed6caf32bd261aee0e4b2faa1745c3431ecb39e9da5928d40" \ No newline at end of file +dolibarr_source_sha256="2EDDD545C07EAE291AD46E48AB55D3ADB988D99C29A8DFAA2E2FDE0A890B0DDC" \ No newline at end of file diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index db315bc..e5f638a 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ #!/bin/bash # Target version of the Dolibarr update -next_version="17.0.0" +next_version="17.0.1" # Dolibarr tarball checksum -dolibarr_source_sha256="30246f1e3eaad21ed6caf32bd261aee0e4b2faa1745c3431ecb39e9da5928d40" \ No newline at end of file +dolibarr_source_sha256="2EDDD545C07EAE291AD46E48AB55D3ADB988D99C29A8DFAA2E2FDE0A890B0DDC" \ No newline at end of file