Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Apr 26, 2021
1 parent f6757c8 commit c43ab17
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 @@ -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);
}

/**
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.2.0",
"version": "0.2.1",
"description": "",
"dependencies": {
"core": "*",
Expand Down

0 comments on commit c43ab17

Please sign in to comment.