Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit 552e84f

Browse files
committed
bump 1.5.1 -> 1.5.2: ready for new release
1 parent 20891f3 commit 552e84f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

home.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ namespace microcode {
7676
private drawVersion() {
7777
const font = bitmaps.font5
7878
Screen.print(
79-
"v1.5.1",
80-
Screen.RIGHT_EDGE - font.charWidth * "v1.5.1".length,
79+
"v1.5.2",
80+
Screen.RIGHT_EDGE - font.charWidth * "v1.5.2".length,
8181
Screen.BOTTOM_EDGE - font.charHeight - 2,
8282
0xb,
8383
font

pxt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MicroData",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Data science with micro:bit v2",
55
"dependencies": {
66
"core": "*",

0 commit comments

Comments
 (0)