From c43ab17c02b61bbf03646b18b160ee5daa655939 Mon Sep 17 00:00:00 2001 From: yokobond Date: Tue, 27 Apr 2021 07:48:06 +0900 Subject: [PATCH] Version 0.2.1 --- MbitMoreDevice.cpp | 2 +- pxt.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MbitMoreDevice.cpp b/MbitMoreDevice.cpp index 5f906a0..5747264 100644 --- a/MbitMoreDevice.cpp +++ b/MbitMoreDevice.cpp @@ -895,7 +895,7 @@ void MbitMoreDevice::displayFriendlyName() { * */ void MbitMoreDevice::displayVersion() { - uBit.display.scrollAsync(ManagedString(" -M 0.2.0- "), 120); + uBit.display.scrollAsync(ManagedString(" -M 0.2.1- "), 120); } /** diff --git a/pxt.json b/pxt.json index 39d6d20..66de0b2 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "pxt-mbit-more-v2", - "version": "0.2.0", + "version": "0.2.1", "description": "", "dependencies": { "core": "*",