diff --git a/README.md b/README.md index 0d5336a..06b0595 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Shipped version:** 23.08~ynh1 +**Shipped version:** 23.08.1~ynh1 **Demo:** https://demo.bookstackapp.com diff --git a/README_fr.md b/README_fr.md index 571ba03..3e0d30d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate - Multilingue -**Version incluse :** 23.08~ynh1 +**Version incluse :** 23.08.1~ynh1 **Démo :** https://demo.bookstackapp.com diff --git a/manifest.toml b/manifest.toml index cb24125..66dd6ef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookStack" description.en = "Platform to create documentation/wiki content" description.fr = "Plateforme pour créer du contenu de documentation/wiki" -version = "23.08~ynh1" +version = "23.08.1~ynh1" maintainers = ["eric_G"] @@ -41,7 +41,7 @@ ram.runtime = "50M" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" - type = "string" + type = "select" choices = ["de", "en", "es_ES", "fa", "fr", "it", "lt", "nl", "pl", "pt_PT", "uk", "zh_CN"] default = "en" @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.08.tar.gz" - sha256 = "47e4d5c7ff58d83fd18a9e63d8cffcdf6f8549a1c176b259c794d08eced12a2d" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.08.1.tar.gz" + sha256 = "c8dffe68a0292bfa98715e6431a0e8693f420acc3a6bdcf9daddbc0357d23573" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_tag"