diff --git a/README.md b/README.md
index a04f22f..06fefda 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,9 @@ 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:** 24.0.7~ynh1
-**Shipped version:** 24.0.2~ynh1
-
-**Demo:** https://app.diagrams.net/
+**Demo:**
## Screenshots
@@ -41,7 +40,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
-``` bash
+```bash
sudo yunohost app install https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
or
sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
diff --git a/README_fr.md b/README_fr.md
index e3f41d7..fcf4c57 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,10 +18,9 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Application en ligne qui permet de faire des schémas et du dessin vectoriel
+**Version incluse :** 24.0.7~ynh1
-**Version incluse :** 24.0.2~ynh1
-
-**Démo :** https://app.diagrams.net/
+**Démo :**
## Captures d’écran
@@ -41,7 +40,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
-``` bash
+```bash
sudo yunohost app install https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
ou
sudo yunohost app upgrade diagramsnet -u https://github.com/YunoHost-Apps/diagramsnet_ynh/tree/testing --debug
diff --git a/manifest.toml b/manifest.toml
index 2eff477..87f9d42 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Diagrams.net"
description.en = "Diagram software for making flowcharts, process diagrams, org charts"
description.fr = "Application qui permet de faire des schémas et du dessin vectoriel"
-version = "24.0.5~ynh1"
+version = "24.0.7~ynh1"
maintainers = ["Gofannon"]
@@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/jgraph/drawio/archive/refs/tags/v24.0.5.tar.gz"
- sha256 = "92a155ac4d4065ac8ada218e8390c435a509ca93bdec4fa9f89936800d4fed5d"
+ url = "https://github.com/jgraph/drawio/archive/refs/tags/v24.0.7.tar.gz"
+ sha256 = "0ee18ae8f251f65e46a22ca934a18ac69aba27977006d640aa1dc4c04fc7ecb8"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]