From c3b02564fd8082f3bf80472e679aa2f9b707c7c2 Mon Sep 17 00:00:00 2001 From: Joe Finney Date: Fri, 23 Nov 2018 14:14:53 +0000 Subject: [PATCH] Bump to v2.1.1 --- module.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module.json b/module.json index 7e90653..df7b43c 100644 --- a/module.json +++ b/module.json @@ -1,10 +1,10 @@ { "name": "microbit-samples", - "version": "2.1.0", + "version": "2.1.1", "description": "The micro:bit runtime common abstraction with examples.", "license": "MIT", "dependencies": { - "microbit": "lancaster-university/microbit#v2.1.0" + "microbit": "lancaster-university/microbit#v2.1.1" }, "targetDependencies": {}, "bin": "./source"