From 1664bd3974cc799cf3cff7f56f8017cf9ab6bb89 Mon Sep 17 00:00:00 2001 From: Ylies Chahi Date: Tue, 15 Aug 2017 17:26:50 +0200 Subject: [PATCH] :green_heart: fix requirements + add multi instance --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f1c03f4..f8997a4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,6 +6,7 @@ "en": "Pelican Static Site Generator", "fr": "Pelican, un générateur de blog statique" }, + "version": "3.7.1", "url": "https://thegoldenkoala.com", "license": "GPLv3", "maintainer": { @@ -14,9 +15,9 @@ "url": "http://thegoldenkoala.com" }, "requirements": { - "yunohost": ">> 2.6.5" + "yunohost": ">= 2.4" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx" ],