From d4253119908522ec12f6a7a3d76d969b259ce48e Mon Sep 17 00:00:00 2001 From: James Devine Date: Tue, 19 Apr 2016 16:31:50 +0100 Subject: [PATCH] microbit-samples: updated module.json to v2.0.0-rc2 and updated reference to microbit to v2.0.0-rc2 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index a81d67f..e8a8b7c 100644 --- a/module.json +++ b/module.json @@ -1,10 +1,10 @@ { "name": "microbit-samples", - "version": "1.0.0-rc1", + "version": "2.0.0-rc2", "description": "The micro:bit runtime common abstraction with examples.", "license": "MIT", "dependencies": { - "microbit": "lancaster-university/microbit#v1.0.0-rc1" + "microbit": "lancaster-university/microbit#v2.0.0-rc2" }, "targetDependencies": {}, "bin": "./source"