diff --git a/README.md b/README.md
index c5a9e11..f5928e3 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Grav for YunoHost
-[![Integration level](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Working status](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
+[![Integration level](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Working status](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
+
[![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
*[Lire ce readme en français.](./README_fr.md)*
@@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Grav is a modern open source flat-file CMS.
-**Shipped version:** 1.7.38~ynh1
+**Shipped version:** 1.7.39.4~ynh1
**Demo:** https://getgrav.org/downloads/themes
diff --git a/README_fr.md b/README_fr.md
index 3845e91..3d00490 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,26 +5,27 @@ It shall NOT be edited by hand.
# Grav pour YunoHost
-[![Niveau d'intégration](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
+[![Niveau d’intégration](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg)
+
[![Installer Grav avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav)
*[Read this readme in english.](./README.md)*
-> *Ce package vous permet d'installer Grav 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 Grav 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
Un CMS moderne basé sur des fichiers plats
-**Version incluse :** 1.7.38~ynh1
+**Version incluse :** 1.7.39.4~ynh1
**Démo :** https://getgrav.org/downloads/themes
-## Captures d'écran
+## Captures d’écran
-![Capture d'écran de Grav](./doc/screenshots/grav.jpg)
+![Capture d’écran de Grav](./doc/screenshots/grav.jpg)
## Avertissements / informations importantes
@@ -40,9 +41,9 @@ Un CMS moderne basé sur des fichiers plats
## Documentations et ressources
-* Site officiel de l'app :
-* Documentation officielle de l'admin :
-* Dépôt de code officiel de l'app :
+* Site 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 :
@@ -58,4 +59,4 @@ ou
sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_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/conf/app-upgrade.src b/conf/app-upgrade.src
index 08c0248..24d4952 100644
--- a/conf/app-upgrade.src
+++ b/conf/app-upgrade.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.38/grav-update-v1.7.38.zip
-SOURCE_SUM=fc91ea45c956d05f2bfdaf63b8263d4583be01fc023d7a1feb97b8725e17a660
+SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.39.4/grav-update-v1.7.39.4.zip
+SOURCE_SUM=4d5f3a6f1c03e31b752ba719155efca15ecdb2e0b0074c592b113af44707adc5
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
diff --git a/conf/app.src b/conf/app.src
index 1088e5e..0366955 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.38/grav-admin-v1.7.38.zip
-SOURCE_SUM=a070f71b6d0f500462cb664f1c3446a91fe69c57fa9411716f3fd2c1cbd141a0
+SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.39.4/grav-admin-v1.7.39.4.zip
+SOURCE_SUM=dd86cf71a172ecf336842287c281c99b831b76b3b82a90f06ce2e499b60ff934
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true
diff --git a/manifest.json b/manifest.json
index 75fb3e0..6a744ae 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "A modern open source flat-file CMS",
"fr": "Un CMS moderne basé sur des fichiers plats"
},
- "version": "1.7.38~ynh1",
+ "version": "1.7.39.4~ynh1",
"url": "https://www.getgrav.org/",
"upstream": {
"license": "MIT",