microbit-samples: updated module.json to point to a tagged release of microbit

This commit is contained in:
James Devine 2016-04-08 19:47:19 +01:00
parent 73f82275d7
commit 5b14de2102
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"name": "microbit-samples",
"version": "0.0.1",
"version": "1.0.0-rc1",
"description": "The micro:bit runtime common abstraction with examples.",
"license": "MIT",
"dependencies": {
"microbit": "lancaster-university/microbit#master"
"microbit": "lancaster-university/microbit#v1.0.0-rc1"
},
"targetDependencies": {},
"bin": "./source"