diff --git a/README.md b/README.md index 8c883e1..c71ae4f 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 BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. -**Shipped version:** 0.5.3~ynh1 +**Shipped version:** 0.5.4~ynh1 **Demo:** https://joinbookwyrm.com/fr/ diff --git a/README_fr.md b/README_fr.md index 9634ff7..0e6d9c6 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 BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite. -**Version incluse :** 0.5.3~ynh1 +**Version incluse :** 0.5.4~ynh1 **Démo :** https://joinbookwyrm.com/fr/ diff --git a/conf/app.src b/conf/app.src index 649cbe2..4bc4e4d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.5.3.tar.gz -SOURCE_SUM=41E263369BB3E0ED23AF6D6E112BD35EDE082BD5BECFE1BE9BBA152E47EE4E86 +SOURCE_URL=https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.5.4.tar.gz +SOURCE_SUM=2dafdcf26de6c041611d16ed48b751cf8d4dfbee1f5cf4aa5975592bc080261d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8a43020..2e1a619 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform for social reading", "fr": "Plateforme de lecture sociale" }, - "version": "0.5.3~ynh1", + "version": "0.5.4~ynh1", "url": "https://github.com/bookwyrm-social/bookwyrm", "upstream": { "license": "AGPL-3.0-or-later", @@ -22,8 +22,8 @@ "requirements": { "yunohost": ">= 11.0.9" }, - "multi_instance": true, - "services": [ + "multi_instance": true, + "services": [ "nginx", "postgresql" ], @@ -33,7 +33,6 @@ "name": "domain", "type": "domain" }, - { "name": "is_public", "type": "boolean", @@ -46,7 +45,15 @@ "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, - "choices": ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"], + "choices": [ + "de-de", + "en-us", + "es-es", + "fr-fr", + "it-it", + "pt-pt", + "zh-hans" + ], "default": "fr-fr" }, {