Align minor versions across libraries

pull/35/head
Paal Joergensen 2018-08-23 13:41:13 +02:00
parent 6f7c1b7fcc
commit 9a5cfddd1d
2 changed files with 12 additions and 12 deletions

View File

@ -3,8 +3,8 @@
"description": "Put together a set of different questions that has to be solved. (Quiz)", "description": "Put together a set of different questions that has to be solved. (Quiz)",
"contentType": "question", "contentType": "question",
"majorVersion": 1, "majorVersion": 1,
"minorVersion": 15, "minorVersion": 16,
"patchVersion": 3, "patchVersion": 0,
"embedTypes": [ "embedTypes": [
"iframe" "iframe"
], ],
@ -14,7 +14,7 @@
"author": "Joubel", "author": "Joubel",
"coreApi": { "coreApi": {
"majorVersion": 1, "majorVersion": 1,
"minorVersion": 14 "minorVersion": 19
}, },
"license": "MIT", "license": "MIT",
"preloadedJs": [ "preloadedJs": [
@ -41,7 +41,7 @@
{ {
"machineName": "H5P.Video", "machineName": "H5P.Video",
"majorVersion": 1, "majorVersion": 1,
"minorVersion": 4 "minorVersion": 5
}, },
{ {
"machineName": "H5P.JoubelUI", "machineName": "H5P.JoubelUI",
@ -71,4 +71,4 @@
"minorVersion": 0 "minorVersion": 0
} }
] ]
} }

View File

@ -121,12 +121,12 @@
"importance": "high", "importance": "high",
"description": "Library for this question.", "description": "Library for this question.",
"options": [ "options": [
"H5P.MultiChoice 1.12", "H5P.MultiChoice 1.13",
"H5P.DragQuestion 1.12", "H5P.DragQuestion 1.13",
"H5P.Blanks 1.10", "H5P.Blanks 1.11",
"H5P.MarkTheWords 1.8", "H5P.MarkTheWords 1.9",
"H5P.DragText 1.7", "H5P.DragText 1.8",
"H5P.TrueFalse 1.4" "H5P.TrueFalse 1.5"
] ]
} }
}, },
@ -539,4 +539,4 @@
} }
] ]
} }
] ]