diff --git a/README.md b/README.md index 321035c..a20f225 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,13 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Multi-Factor Authentication - Dark & Light Modes - LDAP Authentication -- Optional Markdown Editor +- Markdown Editor +- WYSIWYG Editing - Multi-Lingual +- Diagrams.net Integration -**Shipped version:** 22.06.1~ynh1 +**Shipped version:** 22.06.2~ynh1 **Demo:** https://demo.bookstackapp.com diff --git a/README_fr.md b/README_fr.md index 6ec32bd..1a07e3c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Multi-Lingual -**Version incluse :** 22.06.1~ynh1 +**Version incluse :** 22.06.2~ynh1 **Démo :** https://demo.bookstackapp.com diff --git a/conf/app.src b/conf/app.src index 26230c4..7f20a48 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v22.06.1.tar.gz -SOURCE_SUM=e1a92b3815653342c9eb4e8de8050f8ce32d61d628ce3198ea51ef05effd3e2e +SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v22.06.2.tar.gz +SOURCE_SUM=b64c41e4ebb9cb46a54915b9dbc090620466372ab5919ddcb58ae5595730f09e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 61c0c14..3113b6a 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -5,5 +5,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Multi-Factor Authentication - Dark & Light Modes - LDAP Authentication -- Optional Markdown Editor +- Markdown Editor +- WYSIWYG Editing - Multi-Lingual +- Diagrams.net Integration diff --git a/manifest.json b/manifest.json index 3a64d98..94b6a72 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform to create documentation/wiki content", "fr": "Plateforme pour créer du contenu de documentation/wiki" }, - "version": "22.06.1~ynh1", + "version": "22.06.2~ynh1", "url": "https://www.bookstackapp.com/", "upstream": { "license": "MIT",