From 9a5cfddd1db85572e1143ba2bf104d111f67ef52 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Thu, 23 Aug 2018 13:41:13 +0200 Subject: [PATCH] Align minor versions across libraries --- library.json | 10 +++++----- semantics.json | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/library.json b/library.json index 4b09828..47fd5ab 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": 15, - "patchVersion": 3, + "minorVersion": 16, + "patchVersion": 0, "embedTypes": [ "iframe" ], @@ -14,7 +14,7 @@ "author": "Joubel", "coreApi": { "majorVersion": 1, - "minorVersion": 14 + "minorVersion": 19 }, "license": "MIT", "preloadedJs": [ @@ -41,7 +41,7 @@ { "machineName": "H5P.Video", "majorVersion": 1, - "minorVersion": 4 + "minorVersion": 5 }, { "machineName": "H5P.JoubelUI", @@ -71,4 +71,4 @@ "minorVersion": 0 } ] -} \ No newline at end of file +} diff --git a/semantics.json b/semantics.json index 0ac055c..495baef 100644 --- a/semantics.json +++ b/semantics.json @@ -121,12 +121,12 @@ "importance": "high", "description": "Library for this question.", "options": [ - "H5P.MultiChoice 1.12", - "H5P.DragQuestion 1.12", - "H5P.Blanks 1.10", - "H5P.MarkTheWords 1.8", - "H5P.DragText 1.7", - "H5P.TrueFalse 1.4" + "H5P.MultiChoice 1.13", + "H5P.DragQuestion 1.13", + "H5P.Blanks 1.11", + "H5P.MarkTheWords 1.9", + "H5P.DragText 1.8", + "H5P.TrueFalse 1.5" ] } }, @@ -539,4 +539,4 @@ } ] } -] \ No newline at end of file +]