version v0.0.2

This commit is contained in:
Joe Finney 2016-01-17 13:34:30 +00:00
parent c893f3d397
commit 2fdad67ceb
1 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "microbit",
"version": "0.0.1",
"version": "0.0.2",
"description": "The micro:bit runtime, building with yotta",
"licenses": [
{
@ -10,9 +10,8 @@
],
"dependencies": {
"mbed-classic": "~0.0.4",
"microbit-dal":"lancaster-university/microbit-dal"
"microbit-dal": "lancaster-university/microbit-dal"
},
"targetDependencies": {},
"bin": "./source"
}