pxt-microbit 4.1.30 → 4.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -355,11 +355,11 @@
355
355
  },
356
356
  "uploadDocs": true,
357
357
  "versions": {
358
- "branch": "v4.1.30",
359
- "tag": "v4.1.30",
360
- "commits": "https://github.com/microsoft/pxt-microbit/commits/12cf0a716b26eb4c198a8030c432fae97adf9aa2",
361
- "target": "4.1.30",
362
- "pxt": "7.5.27"
358
+ "branch": "v4.1.31",
359
+ "tag": "v4.1.31",
360
+ "commits": "https://github.com/microsoft/pxt-microbit/commits/9d233e3a8d11b65ca4a1f321ffe09ad227ca7de7",
361
+ "target": "4.1.31",
362
+ "pxt": "7.5.28"
363
363
  },
364
364
  "blocksprj": {
365
365
  "id": "blocksprj",
@@ -76,7 +76,7 @@ input.onButtonPressed(Button.A, function () {
76
76
  })
77
77
  ```
78
78
 
79
- ## Step 5
79
+ ## Step 6
80
80
 
81
81
  **After** the ``||loops:while||`` loop is done, add code to ``||basic:show||`` that the game is over.
82
82
 
@@ -94,6 +94,6 @@ input.onButtonPressed(Button.A, function () {
94
94
  })
95
95
  ```
96
96
 
97
- ## Step 6
97
+ ## Step 7
98
98
 
99
99
  `|Download|` your code to your @boardname@, tape it to a potato and play the game with your friends!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "4.1.30",
3
+ "version": "4.1.31",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "pxt-common-packages": "9.5.7",
48
- "pxt-core": "7.5.27"
48
+ "pxt-core": "7.5.28"
49
49
  }
50
50
  }