From 628e34882cf7884c3fea9dcbeac6a7d44b253e8a Mon Sep 17 00:00:00 2001 From: James Devine Date: Wed, 11 May 2016 14:04:05 +0100 Subject: [PATCH] microbit-samples: updated module.json to v2.0.0-rc3 and updated reference to microbit to v2.0.0-rc3 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index e8a8b7c..a9b040c 100644 --- a/module.json +++ b/module.json @@ -1,10 +1,10 @@ { "name": "microbit-samples", - "version": "2.0.0-rc2", + "version": "2.0.0-rc3", "description": "The micro:bit runtime common abstraction with examples.", "license": "MIT", "dependencies": { - "microbit": "lancaster-university/microbit#v2.0.0-rc2" + "microbit": "lancaster-university/microbit#v2.0.0-rc3" }, "targetDependencies": {}, "bin": "./source"