From 2fdad67ceb27fda5aaf582ffb6e2d79d61622a80 Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Sun, 17 Jan 2016 13:34:30 +0000 Subject: [PATCH] version v0.0.2 --- module.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/module.json b/module.json index c1ba35c..374cc00 100644 --- a/module.json +++ b/module.json @@ -1,6 +1,6 @@ { "name": "microbit", - "version": "0.0.1", + "version": "0.0.2", "description": "The micro:bit runtime, building with yotta", "licenses": [ { @@ -9,10 +9,9 @@ } ], "dependencies": { - "mbed-classic": "~0.0.4", - "microbit-dal":"lancaster-university/microbit-dal" + "mbed-classic": "~0.0.4", + "microbit-dal": "lancaster-university/microbit-dal" }, "targetDependencies": {}, "bin": "./source" } -