From 0118a7dfe9baad6b7000623def6ff41bca552ae2 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 30 Apr 2013 13:01:14 +0200 Subject: [PATCH] Fixed Boardgame video. Fixed QuestionSet dependency. --- library.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index cd31dac..0ff733b 100644 --- a/library.json +++ b/library.json @@ -17,7 +17,12 @@ "preloadedDependencies": [ { "machineName": "EmbeddedJS", - "majorVersion": 1, + "majorVersion": 1, + "minorVersion": 0 + }, + { + "machineName": "H5P.Video", + "majorVersion": 1, "minorVersion": 0 } ]