From 2e307e8e55685f15418cb8a0f9d4bc7f6f0f5e69 Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Thu, 24 Sep 2015 15:39:12 +0200 Subject: [PATCH] Increased minor version and dependency to JoubelUI. [HFJ-1088] --- library.json | 8 ++++---- semantics.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/library.json b/library.json index 0ae5c19..15176cb 100644 --- a/library.json +++ b/library.json @@ -3,8 +3,8 @@ "description": "Put together a set of different questions that has to be solved. (Quiz)", "contentType": "question", "majorVersion": 1, - "minorVersion": 4, - "patchVersion": 3, + "minorVersion": 5, + "patchVersion": 0, "embedTypes": [ "iframe" ], @@ -46,7 +46,7 @@ { "machineName": "H5P.JoubelUI", "majorVersion": 1, - "minorVersion": 1 + "minorVersion": 2 } ], "editorDependencies": [ @@ -61,4 +61,4 @@ "minorVersion": 0 } ] -} \ No newline at end of file +} diff --git a/semantics.json b/semantics.json index a83cdc9..aa23981 100644 --- a/semantics.json +++ b/semantics.json @@ -110,11 +110,11 @@ "label": "Question type", "description": "Library for this question.", "options": [ - "H5P.MultiChoice 1.3", - "H5P.DragQuestion 1.4", - "H5P.Blanks 1.3", - "H5P.MarkTheWords 1.3", - "H5P.DragText 1.3" + "H5P.MultiChoice 1.4", + "H5P.DragQuestion 1.5", + "H5P.Blanks 1.4", + "H5P.MarkTheWords 1.4", + "H5P.DragText 1.4" ] } },