diff --git a/README.md b/README.md
index 54d6a2a..27572dc 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Grafana for YunoHost
-[![Integration level](https://dash.yunohost.org/integration/grafana.svg)](https://dash.yunohost.org/appci/app/grafana) ![Working status](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg)
+[![Integration level](https://dash.yunohost.org/integration/grafana.svg)](https://dash.yunohost.org/appci/app/grafana) ![Working status](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg)
[![Install Grafana with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grafana)
*[Lire ce readme en français.](./README_fr.md)*
@@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Metric & analytic dashboards for monitoring
-**Shipped version:** 9.3.2~ynh1
+**Shipped version:** 9.3.6~ynh1
**Demo:** https://play.grafana.org
diff --git a/README_fr.md b/README_fr.md
index a977456..361dda3 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,25 +5,25 @@ It shall NOT be edited by hand.
# Grafana pour YunoHost
-[![Niveau d'intégration](https://dash.yunohost.org/integration/grafana.svg)](https://dash.yunohost.org/appci/app/grafana) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg)
+[![Niveau d’intégration](https://dash.yunohost.org/integration/grafana.svg)](https://dash.yunohost.org/appci/app/grafana) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/grafana.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/grafana.maintain.svg)
[![Installer Grafana avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grafana)
*[Read this readme in english.](./README.md)*
-> *Ce package vous permet d'installer Grafana 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 Grafana 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
Tableaux de bord de supervision
-**Version incluse :** 9.3.2~ynh1
+**Version incluse :** 9.3.6~ynh1
**Démo :** https://play.grafana.org
-## Captures d'écran
+## Captures d’écran
-![Capture d'écran de Grafana](./doc/screenshots/Grafana8_Kubernetes.jpg)
+![Capture d’écran de Grafana](./doc/screenshots/Grafana8_Kubernetes.jpg)
## Avertissements / informations importantes
@@ -65,8 +65,8 @@ LDAP and HTTP auth are supported.
## Documentations et ressources
-* Site officiel de l'app :
-* Dépôt de code officiel de l'app :
+* Site officiel de l’app :
+* Dépôt de code officiel de l’app :
* Documentation YunoHost pour cette app :
* Signaler un bug :
@@ -82,4 +82,4 @@ ou
sudo yunohost app upgrade grafana -u https://github.com/YunoHost-Apps/grafana_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 1a774fd..aced25b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Metric & analytic dashboards for monitoring",
"fr": "Tableaux de bord de supervision"
},
- "version": "9.3.2~ynh1",
+ "version": "9.3.6~ynh1",
"url": "https://grafana.com/oss/grafana/",
"upstream": {
"license": "AGPL-3.0-only",
diff --git a/scripts/_common.sh b/scripts/_common.sh
index ae4ad9d..b587ad0 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -5,7 +5,7 @@
#=================================================
# Debian package version for Grafana
-GRAFANA_VERSION="9.3.2"
+GRAFANA_VERSION="9.3.6"
# dependencies used by the app
pkg_dependencies="influxdb"