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" } ] }