From e734db1769c5b02fbe088e03d9b5b1d02c7a200f Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 13 Jul 2017 14:46:03 +0200 Subject: [PATCH] Version bump --- library.json | 9 +++++++-- semantics.json | 12 ++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/library.json b/library.json index 3fb82a0..9463e17 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "description": "Put together a set of different questions that has to be solved. (Quiz)", "contentType": "question", "majorVersion": 1, - "minorVersion": 13, + "minorVersion": 15, "patchVersion": 0, "embedTypes": [ "iframe" @@ -59,6 +59,11 @@ "machineName": "H5PEditor.QuestionSetTextualEditor", "majorVersion": 1, "minorVersion": 2 + }, + { + "machineName": "H5PEditor.RangeList", + "majorVersion": 1, + "minorVersion": 0 } ] -} \ No newline at end of file +} diff --git a/semantics.json b/semantics.json index 7268972..ffbbc0f 100644 --- a/semantics.json +++ b/semantics.json @@ -121,11 +121,11 @@ "importance": "high", "description": "Library for this question.", "options": [ - "H5P.MultiChoice 1.9", - "H5P.DragQuestion 1.10", - "H5P.Blanks 1.7", - "H5P.MarkTheWords 1.6", - "H5P.DragText 1.5", + "H5P.MultiChoice 1.10", + "H5P.DragQuestion 1.11", + "H5P.Blanks 1.8", + "H5P.MarkTheWords 1.7", + "H5P.DragText 1.6", "H5P.TrueFalse 1.1" ] } @@ -460,4 +460,4 @@ } ] } -] \ No newline at end of file +]