Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Jul 23, 2021
1 parent b5ca6b7 commit eefd719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install-stretch3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ MICROBIT_MORE="\
insetIconURL: microbitMoreInsetIconURL,${LF}\
description: (${LF}\
<FormattedMessage${LF}\
defaultMessage='Play with all functions of micro:bit. (v2-0.2.2)'${LF}\
defaultMessage='Play with all functions of micro:bit. (v2-0.2.3)'${LF}\
description='Description for the Microbit More extension'${LF}\
id='gui.extension.microbitmore.description'${LF}\
/>${LF}\
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbit-more-v2",
"version": "0.2.2",
"version": "0.2.3",
"description": "Full-functional extension of micro:bit for Scratch3",
"module": "./dist/microbitMore.mjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/entry/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import microbitMoreInsetIconURL from './inset-icon.svg';
import microbitMoreConnectionIconURL from './connection-icon.svg';
import microbitMoreConnectionSmallIconURL from './connection-small-icon.svg';

const version = 'v2-0.2.2';
const version = 'v2-0.2.3';

const translationMap = {
'en': {
Expand Down

0 comments on commit eefd719

Please sign in to comment.