diff --git a/README.md b/README.md
index 4d268ad..7418153 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Diagrams.net for YunoHost
-[![Integration level](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet) ![Working status](https://ci-apps.yunohost.org/ci/badges/diagramsnet.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/diagramsnet.maintain.svg)
+[![Integration level](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet) ![Working status](https://ci-apps.yunohost.org/ci/badges/diagramsnet.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/diagramsnet.maintain.svg)
[![Install Diagrams.net with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diagramsnet)
*[Lire ce readme en français.](./README_fr.md)*
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams.
-**Shipped version:** 20.8.3~ynh1
+**Shipped version:** 20.8.13~ynh1
**Demo:** https://app.diagrams.net/
diff --git a/README_fr.md b/README_fr.md
index fd2ac3a..26bb40b 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,26 +5,26 @@ It shall NOT be edited by hand.
# Diagrams.net pour YunoHost
-[![Niveau d'intégration](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/diagramsnet.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/diagramsnet.maintain.svg)
+[![Niveau d’intégration](https://dash.yunohost.org/integration/diagramsnet.svg)](https://dash.yunohost.org/appci/app/diagramsnet) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/diagramsnet.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/diagramsnet.maintain.svg)
[![Installer Diagrams.net avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diagramsnet)
*[Read this readme in english.](./README.md)*
-> *Ce package vous permet d'installer Diagrams.net 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 Diagrams.net 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
Application en ligne qui permet de faire des schémas et du dessin vectoriel
-**Version incluse :** 20.8.3~ynh1
+**Version incluse :** 20.8.13~ynh1
**Démo :** https://app.diagrams.net/
-## Captures d'écran
+## Captures d’écran
-![Capture d'écran de Diagrams.net](./doc/screenshots/screenshot.png)
+![Capture d’écran de Diagrams.net](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@@ -34,9 +34,9 @@ Application en ligne qui permet de faire des schémas et du dessin vectoriel
## 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 :
@@ -52,4 +52,4 @@ ou
sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_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.src b/conf/app.src
index a822bad..15eb7a1 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://api.github.com/repos/jgraph/drawio/tarball/v20.8.3
-SOURCE_SUM=3c318a923cf16a77967cd9bfc0fab2bed63b864c46bb4f96ece38500693648a9
+SOURCE_URL=https://api.github.com/repos/jgraph/drawio/tarball/v20.8.13
+SOURCE_SUM=856b9da85ea822379d45e7697d3a7f80c06a28f8db153727f407cd546f947c0f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/manifest.json b/manifest.json
index 7681291..79a2922 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams",
"fr": "Application en ligne qui permet de faire des schémas et du dessin vectoriel"
},
- "version": "20.8.3~ynh1",
+ "version": "20.8.13~ynh1",
"url": "https://www.diagrams.net/",
"upstream": {
"license": "Apache-2.0",