From 58c4de0b97b10313bf2b887580b52c12dd5109e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 7 Mar 2024 18:48:40 +0100 Subject: [PATCH] Fix manifest versions --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e13a5fb..7f014e1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "PeerTube search-index" description.en = "Search engine for PeerTube videos and channels" description.fr = "Moteur de recherche de vidéos et chaînes PeerTube" -version = "0.0.1.2023.08.08~ynh1" +version = "0.0.1.2023.08.08~ynh2" maintainers = ["yalh76"] @@ -20,7 +20,7 @@ code = "https://framagit.org/framasoft/peertube/search-index" fund = "https://framasoft.org/fr/#support" [integration] -yunohost = ">= 4.3.0" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = "not_relevant"