microbit: updated module.json to v2.0.0-rc3, and microbit-dal v2.0.0-rc3

This commit is contained in:
James Devine 2016-05-11 13:58:15 +01:00
parent 95a3a6b396
commit a0bd383de9
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "microbit", "name": "microbit",
"version": "2.0.0-rc2", "version": "2.0.0-rc3",
"description": "A simple to use collection of the most commonly used components in the micro:bit runtime", "description": "A simple to use collection of the most commonly used components in the micro:bit runtime",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"microbit-dal": "lancaster-university/microbit-dal#v2.0.0-rc2" "microbit-dal": "lancaster-university/microbit-dal#v2.0.0-rc3"
}, },
"extraIncludes": [ "extraIncludes": [
"inc" "inc"