diff --git a/README.md b/README.md index 35c334f..3c605a1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Shipped version:** 1.17.4~ynh1 +**Shipped version:** 2.0.0~ynh1 **Demo:** https://demo.paperless-ngx.com/ @@ -47,7 +47,7 @@ Paperless-ngx is a document management system that transforms your physical docu * Official user documentation: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 5924c40..a32a84f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,7 +33,7 @@ Paperless-ngx is a document management system that transforms your physical docu * [More screenshots are available in the documentation](https://paperless-ngx.readthedocs.io/en/latest/screenshots.html). -**Version incluse :** 1.17.4~ynh1 +**Version incluse :** 2.0.0~ynh1 **Démo :** https://demo.paperless-ngx.com/ @@ -47,7 +47,7 @@ Paperless-ngx is a document management system that transforms your physical docu * Documentation officielle utilisateur : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index d8f0510..7a7b726 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 = "1.17.4~ynh1" +version = "2.0.0~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/v1.17.4/paperless-ngx-v1.17.4.tar.xz" - sha256 = "c05c4c2c59ee09fe130adc9ab9f86ff866c780c14bba3024c26a5078f307dc0b" + url = "https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.0.0/paperless-ngx-v2.0.0.tar.xz" + sha256 = "503e62a581686ed49b69631908fae6db87bc91f296472b85978a1f27ba1065a5" autoupdate.strategy = "latest_github_release" autoupdate.asset = "paperless-ngx-.*.tar.xz"