Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Oct 10, 2022
1 parent f4c9e64 commit 4868337
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 @@ -945,7 +945,7 @@ void MbitMoreDevice::displayFriendlyName() {
*
*/
void MbitMoreDevice::displayVersion() {
uBit.display.scrollAsync(ManagedString(" -M 0.2.4- "), 120);
uBit.display.scrollAsync(ManagedString(" -M 0.2.5- "), 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.4",
"version": "0.2.5",
"description": "",
"dependencies": {
"core": "*",
Expand Down

0 comments on commit 4868337

Please sign in to comment.