diff --git a/MbitMoreDevice.cpp b/MbitMoreDevice.cpp index 751dbfd..d98b16f 100644 --- a/MbitMoreDevice.cpp +++ b/MbitMoreDevice.cpp @@ -885,7 +885,7 @@ void MbitMoreDevice::setServoValue(int pinIndex, int angle, int range, * */ void MbitMoreDevice::displayFriendlyName() { - ManagedString version(" -M 0.1.2- "); + ManagedString version(" -M 0.1.3- "); uBit.display.scrollAsync(ManagedString(microbit_friendly_name()) + version, 120); } diff --git a/pxt.json b/pxt.json index 12341a6..433b115 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "pxt-mbit-more-v2", - "version": "0.1.2", + "version": "0.1.3", "description": "", "dependencies": { "core": "*",