forgot to update version in manifest x_x + fixes

This commit is contained in:
Thomas 2023-04-03 20:57:52 +02:00 committed by GitHub
parent 5a2cf86e59
commit 7db314c481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ name = "BookWyrm"
description.en = "Platform for social reading" description.en = "Platform for social reading"
description.fr = "Plateforme de lecture sociale" description.fr = "Plateforme de lecture sociale"
version = "0.5.4~ynh1" version = "0.5.5~ynh1"
maintainers = ["oufmilo"] maintainers = ["oufmilo"]
@ -20,8 +20,8 @@ code = "https://github.com/bookwyrm-social/bookwyrm"
yunohost = ">= 11.1.14" yunohost = ">= 11.1.14"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false
ldap = "not_relevant" ldap = false
sso = "not_relevant" sso = false
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "50M"
ram.runtime = "50M" ram.runtime = "50M"