From 75eaa9fa68636a89f7e7ae75a33e8e24fd1e3d57 Mon Sep 17 00:00:00 2001 From: Svein-Tore Griff With Date: Thu, 7 Mar 2013 04:09:44 +0100 Subject: [PATCH] Adding versioning support --- library.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/library.json b/library.json index 265add6..5c766bf 100644 --- a/library.json +++ b/library.json @@ -13,5 +13,8 @@ ], "preloadedCss": [ {"path": "css/questionset.css"} + ], + "preloadedDependencies": [ + {"machineName": "EmbeddedJS", "majorVersion": 1, "minorVersion": 0} ] }