diff --git a/README.md b/README.md
index 51eb015..b2d5c38 100644
--- a/README.md
+++ b/README.md
@@ -32,10 +32,9 @@ Paperless-ngx is a document management system that transforms your physical docu
* The integrated sanity checker makes sure that your document archive is in good health.
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
+**Shipped version:** 2.6.3~ynh1
-**Shipped version:** 2.6.1~ynh1
-
-**Demo:** https://demo.paperless-ngx.com/
+**Demo:**
## Screenshots
@@ -56,7 +55,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/paperless-ngx_ynh/tree/testing --debug
or
sudo yunohost app upgrade paperless-ngx -u https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
diff --git a/README_fr.md b/README_fr.md
index 3631707..505beba 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -32,10 +32,9 @@ Paperless-ngx is a document management system that transforms your physical docu
* The integrated sanity checker makes sure that your document archive is in good health.
* [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html).
+**Version incluse :** 2.6.3~ynh1
-**Version incluse :** 2.6.1~ynh1
-
-**Démo :** https://demo.paperless-ngx.com/
+**Démo :**
## Captures d’écran
@@ -56,7 +55,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/paperless-ngx_ynh/tree/testing --debug
ou
sudo yunohost app upgrade paperless-ngx -u https://github.com/YunoHost-Apps/paperless-ngx_ynh/tree/testing --debug
diff --git a/manifest.toml b/manifest.toml
index 892224c..f5b7181 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Paperless-ngx"
description.en = "Scan, index and archive all your physical documents"
description.fr = "Scannez, triez et archivez tous vos documents papiers"
-version = "2.6.1~ynh1"
+version = "2.6.3~ynh1"
maintainers = ["Tagada"]
@@ -55,8 +55,8 @@ ram.runtime = "350M"
[resources.sources]
[resources.sources.main]
- url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.6.1/paperless-ngx-v2.6.1.tar.xz"
- sha256 = "14307685015d96da1b93a9645ed0dc6b25419f8ea87ab6b8c7aa3397c3486a13"
+ url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.6.3/paperless-ngx-v2.6.3.tar.xz"
+ sha256 = "0c74c7d6ba35b576c47481021322d7f5e8847f89c489eed47f5399588aad6d19"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "paperless-ngx-.*.tar.xz"