mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
forgot to update version in manifest x_x + fixes
This commit is contained in:
parent
5a2cf86e59
commit
7db314c481
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "BookWyrm"
|
|||
description.en = "Platform for social reading"
|
||||
description.fr = "Plateforme de lecture sociale"
|
||||
|
||||
version = "0.5.4~ynh1"
|
||||
version = "0.5.5~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
@ -20,8 +20,8 @@ code = "https://github.com/bookwyrm-social/bookwyrm"
|
|||
yunohost = ">= 11.1.14"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
sso = "not_relevant"
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
|
Loading…
Add table
Reference in a new issue