From 7db314c48199f05f6610131a5dda49b16ed2149b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:57:52 +0200 Subject: [PATCH] forgot to update version in manifest x_x + fixes --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c66eef8..f61d768 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"