Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Feb 21, 2021
1 parent 56d2cd4 commit 8cdc7d8
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 @@ -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);
}
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.1",
"version": "0.1.2",
"description": "",
"dependencies": {
"core": "*",
Expand Down

0 comments on commit 8cdc7d8

Please sign in to comment.