microbit-samples: updated module.json to v2.0.0-rc3 and updated reference to microbit to v2.0.0-rc3
This commit is contained in:
parent
a0432bf7ff
commit
628e34882c
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue