Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yokobond committed Jun 20, 2021
1 parent 2c592a1 commit c02bdb8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0-blue.svg?cacheSeconds=2592000" />
<img alt="Version" src="https://img.shields.io/badge/version-0.2.2-blue.svg?cacheSeconds=2592000" />
<a href="https://yokobond.github.io/mbit-more-v2" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
Expand Down
4 changes: 2 additions & 2 deletions install-stretch3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ cp microbitMore/src/entry/connection-small-icon.svg src/lib/libraries/extensions
mv src/lib/libraries/extensions/index.jsx src/lib/libraries/extensions/index.jsx_orig
MICROBIT_MORE="\
{${LF}\
name: 'Microbit More (v2-0.2.1)',${LF}\
name: 'Microbit More',${LF}\
extensionId: 'microbitMore',${LF}\
collaborator: 'Yengawa Lab',${LF}\
iconURL: microbitMoreIconURL,${LF}\
insetIconURL: microbitMoreInsetIconURL,${LF}\
description: (${LF}\
<FormattedMessage${LF}\
defaultMessage='Connect your projects with the world.'${LF}\
defaultMessage='Play with all functions of micro:bit. (v2-0.2.2)'${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.1",
"version": "0.2.2",
"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.1';
const version = 'v2-0.2.2';

const translationMap = {
'en': {
Expand Down

0 comments on commit c02bdb8

Please sign in to comment.