diff --git a/README.md b/README.md index ef4e55f..addc87b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Shipped version:** 2.5.286~ynh1 +**Shipped version:** 2.5.287~ynh1 **Demo:** https://docs-beta.requarks.io/ @@ -38,7 +38,6 @@ Wiki.js is a copylefted libre software, modern and powerful wiki app built on No * Official app website: * Official user documentation: -* Official admin documentation: * Upstream app code repository: * YunoHost documentation for this app: * Report a bug: diff --git a/README_fr.md b/README_fr.md index f370e89..f631bb8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Version incluse :** 2.5.286~ynh1 +**Version incluse :** 2.5.287~ynh1 **Démo :** https://docs-beta.requarks.io/ @@ -38,7 +38,6 @@ Wiki.js is a copylefted libre software, modern and powerful wiki app built on No * Site officiel de l'app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : * Dépôt de code officiel de l'app : * Documentation YunoHost pour cette app : * Signaler un bug : diff --git a/conf/app.src b/conf/app.src index 8b79a77..c86f27a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/v2.5.286/wiki-js.tar.gz -SOURCE_SUM=8f19d6512bd395d6885f6d4faf26624785255a6c6cd3781c1a884e9a7c83192f +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/v2.5.287/wiki-js.tar.gz +SOURCE_SUM=e81b720eeb551c5cce0753173b63c805b8725ef7936bc334f66f6abfe38a434e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index a7898e4..8f2fda0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,12 @@ "en": "Open source powerful wiki app built on Node.js, Git and Markdown", "fr": "Wiki open source propulsé par Node.js, Git et Markdown" }, - "version": "2.5.286~ynh1", + "version": "2.5.287~ynh1", "url": "https://wiki.js.org/", "upstream": { "license": "AGPL-3.0-or-later", "website": "https://wiki.js.org/", "demo": "https://docs-beta.requarks.io/", - "admindoc": "https://yunohost.org/en/app_wikijs", "userdoc": "https://docs-beta.requarks.io/", "code": "https://github.com/Requarks/wiki" },