Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Feb 27, 2021
1 parent 00536b0 commit 579dbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MbitMoreDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pxt-mbit-more-v2",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"dependencies": {
"core": "*",
Expand Down

0 comments on commit 579dbbb

Please sign in to comment.