diff --git a/README.md b/README.md
index 90a314e..0ed75d6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,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:** 22.0.5~ynh1
+**Shipped version:** 22.1.0~ynh1
**Demo:** https://app.diagrams.net/
@@ -32,6 +32,7 @@ diagrams.net (formerly draw.io) lets you create a wide range of diagrams, from s
* Official app website:
* Official admin documentation:
* Upstream app code repository:
+* YunoHost Store:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index d9637e1..8451658 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -19,7 +19,7 @@ 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 :** 22.0.5~ynh1
+**Version incluse :** 22.1.0~ynh1
**Démo :** https://app.diagrams.net/
@@ -32,6 +32,7 @@ Application en ligne qui permet de faire des schémas et du dessin vectoriel
* Site officiel de l’app :
* Documentation officielle de l’admin :
* Dépôt de code officiel de l’app :
+* YunoHost Store:
* Signaler un bug :
## Informations pour les développeurs
diff --git a/manifest.toml b/manifest.toml
index aa897ae..5a17ada 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 = "22.0.5~ynh1"
+version = "22.1.0~ynh1"
maintainers = ["Gofannon"]
@@ -40,8 +40,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
- url = "https://github.com/jgraph/drawio/archive/refs/tags/v22.0.5.tar.gz"
- sha256 = "5310c5971f3e4617cd9052174f55b4fdb823fd3f96140260adb4acc0c3cfcadd"
+ url = "https://github.com/jgraph/drawio/archive/refs/tags/v22.1.0.tar.gz"
+ sha256 = "f2722cc19ab6c0c1dc7f998fc4876ffe5eee3bf4208e8aea4cf1f4f8aaa07166"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]