From a5be849161d31f747ce32e8bfac5389d15ac7fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 15 Dec 2022 10:41:55 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index a564363..14948b4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Grammar and typography checker for French and Occitan (API)", "fr": "Correcteur grammatical et typographique pour le Français et l'Occitan (API)" }, - "version": "2.1.1~ynh1", + "version": "2.1.1~ynh2", "url": "https://grammalecte.net", "license": "GPL-3.0-only", "maintainer": { @@ -14,7 +14,7 @@ "email": "jules.bertholet@gmail.com" }, "requirements": { - "yunohost": ">= 4.1.3" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ @@ -24,8 +24,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" } ] }