diff --git a/README.md b/README.md index 67dd8df..f893f60 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 Flarum is a simple discussion platform for your website. It's fast and easy to use, with all the features you need to run a successful community. -**Shipped version:** 1.8.2~ynh1 +**Shipped version:** 1.8.3~ynh1 **Demo:** https://discuss.flarum.org/d/21101-demos-come-to-flarum @@ -31,7 +31,6 @@ Flarum is a simple discussion platform for your website. It's fast and easy to u * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 5f4e6c3..4bff5ba 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) po Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapide et facile à utiliser, avec toutes les fonctionnalités dont vous avez besoin pour gérer une communauté. -**Version incluse :** 1.8.2~ynh1 +**Version incluse :** 1.8.3~ynh1 **Démo :** https://discuss.flarum.org/d/21101-demos-come-to-flarum @@ -31,7 +31,6 @@ Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapid * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index 2585745..7c95ecb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -6,7 +6,7 @@ description.en = "Next-generation forum made simple" description.fr = "Forum de nouvelle génération, simplement" description.de = "Forum der nächsten Generation leicht gemacht" -version = "1.8.2~ynh1" +version = "1.8.3~ynh1" maintainers = ["tituspijean"] @@ -73,8 +73,8 @@ ram.runtime = "50M" # The main source is only used to auto-update the package [resources.sources.main] prefetch = false - url = "https://github.com/flarum/framework/archive/refs/tags/v1.8.2.tar.gz" - sha256 = "b1db07a9f0bdbd1b04b22e3c460de7e830f41d0c6f92264338309dbb7e148b1d" + url = "https://github.com/flarum/framework/archive/refs/tags/v1.8.3.tar.gz" + sha256 = "88555b65aff8c80a9a3c32429b7d8085f96b9ad52b0f441d7f5e5b83e8501ae3" autoupdate.upstream = "https://github.com/flarum/framework" autoupdate.strategy = "latest_github_tag"