diff --git a/MbitMoreDevice.cpp b/MbitMoreDevice.cpp index 67dd9a5..d042954 100644 --- a/MbitMoreDevice.cpp +++ b/MbitMoreDevice.cpp @@ -1004,7 +1004,7 @@ void MbitMoreDevice::setServoValue(int pinIndex, int angle, int range, * */ void MbitMoreDevice::displayFriendlyName() { - ManagedString version(" -M 0.1.1- "); + ManagedString version(" -M 0.1.2- "); uBit.display.scrollAsync(ManagedString(microbit_friendly_name()) + version, 120); } diff --git a/pxt.json b/pxt.json index 7964e39..12341a6 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "pxt-mbit-more-v2", - "version": "0.1.1", + "version": "0.1.2", "description": "", "dependencies": { "core": "*",