From caff795c675aa8e855dffb3c3febbc207ecc777c Mon Sep 17 00:00:00 2001 From: James Devine Date: Fri, 13 May 2016 17:14:59 +0100 Subject: [PATCH] microbit-samples: modified module.json to pull the latest tagged release of microbit --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index a9b040c..81c9da1 100644 --- a/module.json +++ b/module.json @@ -4,7 +4,7 @@ "description": "The micro:bit runtime common abstraction with examples.", "license": "MIT", "dependencies": { - "microbit": "lancaster-university/microbit#v2.0.0-rc3" + "microbit": "lancaster-university/microbit" }, "targetDependencies": {}, "bin": "./source"