From 7368ba27471a10780752d3d599c2e36824ac7f2b Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Mon, 6 Aug 2018 13:06:16 +0100 Subject: [PATCH] Version lock to v2.0.0 releases - Prevent default microbit-samples builds from using tags associated with development/testing branches by default. --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index b9e7d3e..47cda50 100644 --- a/module.json +++ b/module.json @@ -1,10 +1,10 @@ { "name": "microbit-samples", - "version": "2.0.0-rc9", + "version": "2.0.0-rc11", "description": "The micro:bit runtime common abstraction with examples.", "license": "MIT", "dependencies": { - "microbit": "lancaster-university/microbit" + "microbit": "lancaster-university/microbit#v2.0.0-rc11" }, "targetDependencies": {}, "bin": "./source"