Skip to content

Commit

Permalink
Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Sep 8, 2021
1 parent 2bbacf1 commit 3e1fe6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">MicroBit More v2</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.2.3-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.2.4-blue.svg?cacheSeconds=2592000" />
<a href="https://microbit-more.github.io/mbit-more-v2" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion install-stretch3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MICROBIT_MORE="\
insetIconURL: microbitMoreInsetIconURL,${LF}\
description: (${LF}\
<FormattedMessage${LF}\
defaultMessage='Play with all functions of micro:bit. (v2-0.2.3)'${LF}\
defaultMessage='Play with all functions of micro:bit. (v2-0.2.4)'${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.3",
"version": "0.2.4",
"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 @@ -5,7 +5,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.3';
const version = 'v2-0.2.4';

const translationMap = {
'en': {
Expand Down

0 comments on commit 3e1fe6b

Please sign in to comment.