From b48bbe773721769fbc4c363bf6d5967bea8a6bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:42:14 +0100 Subject: [PATCH 1/2] Fix linter --- doc/DESCRIPTION.md | 1 + manifest.json | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index e69de29..a13553b 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +Plate-forme de quizzes à choix multiples (QCM) avec interface d'analyse des résultats. diff --git a/manifest.json b/manifest.json index 7805e07..cbcc947 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,6 @@ "url": "https://github.com/hipay/quizzes/", "upstream": { "license": "AGPL-3.0-only", - "website": "https://github.com/hipay/quizzes/", "code": "https://github.com/hipay/quizzes/" }, "license": "AGPL-3.0-only", @@ -19,7 +18,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ From 578798ec061e72f5c087c2dab45608eb4e1533a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:42:33 +0100 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cbcc947..b8d2657 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Multiple choice quiz platform with results analysis interface", "fr": "Plate-forme de quizzes à choix multiples (QCM) avec interface d'analyse des résultats" }, - "version": "1.3.0~ynh1", + "version": "1.3.0~ynh2", "url": "https://github.com/hipay/quizzes/", "upstream": { "license": "AGPL-3.0-only",