diff --git a/README.md b/README.md
index 78e7b26..8c5427b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Dolibarr for YunoHost
-[](https://dash.yunohost.org/appci/app/dolibarr)  
+[](https://dash.yunohost.org/appci/app/dolibarr)  
+
[](https://install-app.yunohost.org/?app=dolibarr)
*[Lire ce readme en français.](./README_fr.md)*
@@ -17,7 +18,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:** 16.0.3~ynh1
+**Shipped version:** 16.0.4~ynh1
**Demo:** https://www.dolibarr.org/onlinedemo
diff --git a/README_fr.md b/README_fr.md
index db038ca..9c33cee 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,32 +5,33 @@ It shall NOT be edited by hand.
# Dolibarr pour YunoHost
-[](https://dash.yunohost.org/appci/app/dolibarr)  
+[](https://dash.yunohost.org/appci/app/dolibarr)  
+
[](https://install-app.yunohost.org/?app=dolibarr)
*[Read this readme in english.](./README.md)*
-> *Ce package vous permet d'installer Dolibarr rapidement et simplement sur un serveur YunoHost.
-Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
+> *Ce package vous permet d’installer Dolibarr rapidement et simplement sur un serveur YunoHost.
+Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
-## Vue d'ensemble
+## Vue d’ensemble
Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.).
-**Version incluse :** 16.0.3~ynh1
+**Version incluse :** 16.0.4~ynh1
**Démo :** https://www.dolibarr.org/onlinedemo
-## Captures d'écran
+## Captures d’écran
-
+
## Documentations et ressources
-* Site officiel de l'app :
+* Site officiel de l’app :
* Documentation officielle utilisateur :
-* Documentation officielle de l'admin :
-* Dépôt de code officiel de l'app :
+* Documentation officielle de l’admin :
+* Dépôt de code officiel de l’app :
* Documentation YunoHost pour cette app :
* Signaler un bug :
@@ -46,4 +47,4 @@ ou
sudo yunohost app upgrade dolibarr -u https://github.com/YunoHost-Apps/dolibarr_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :**
+**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
diff --git a/manifest.json b/manifest.json
index cd01006..bde62e4 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": "16.0.3~ynh1",
+ "version": "16.0.4~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 67585b6..25bd1be 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.3"
+next_version="16.0.4"
# Dolibarr tarball checksum
-dolibarr_source_sha256="52010375412c780b378145633a4e18abf6bde4c8e89a4cc1ad56d98fcd6120fd"
\ No newline at end of file
+dolibarr_source_sha256="4C0DA72974DB97E1956CB4A2ABCBFC7777B08E2AB5C1CD4A7C758DF081A4DEE4"
\ No newline at end of file
diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh
index 67585b6..25bd1be 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="16.0.3"
+next_version="16.0.4"
# Dolibarr tarball checksum
-dolibarr_source_sha256="52010375412c780b378145633a4e18abf6bde4c8e89a4cc1ad56d98fcd6120fd"
\ No newline at end of file
+dolibarr_source_sha256="4C0DA72974DB97E1956CB4A2ABCBFC7777B08E2AB5C1CD4A7C758DF081A4DEE4"
\ No newline at end of file