From b81c3a0ef1525f0d1257dd3254599b7bb4811e0b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 8 Aug 2023 11:25:50 +0200 Subject: [PATCH] Fix question type for proxy choice --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index ea811b4..8194e9e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create a redirection or a proxy to another path", "fr": "Créer une redirection ou un proxy vers un autre emplacement" }, - "version": "1.0.2~ynh1", + "version": "1.0.2~ynh2", "license": "AGPL-3.0-or-later", "url": "https://github.com/YunoHost-Apps/redirect_ynh", "upstream": { @@ -18,7 +18,7 @@ "email": "alex.aubin@mailoo.org" }, "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ @@ -49,7 +49,7 @@ }, { "name": "redirect_type", - "type": "string", + "type": "select", "ask": { "en": "Redirect type", "fr": "Type de redirection"