@robotical/martyblocksjr 3.5.25 → 3.5.26

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.
@@ -1070,7 +1070,7 @@
1070
1070
  "MARTY_JRBLOCKS2_STEP_7_TEXT": "Now let's see if you can simplify code using arguments all by yourself! <br/><br/>You already have a <b/>walk forward</b> block in the right place, how many are in this code? write the correct number in the arguments box.",
1071
1071
  "MARTY_JRBLOCKS2_STEP_8_TEXT": "Great work! Now add in a <b/>slide right</b> block like shown - what number will you put as an argument to match the example code?",
1072
1072
  "MARTY_JRBLOCKS2_STEP_9_TEXT": "Now add a <b/>slide left</b> block like the example code - how many left blocks are there? what argument should you put in your left block?",
1073
- "MARTY_JRBLOCKS2_STEP_10_TEXT": "Almost there! Add a <b/>walk backwards</b> block like the example code and add in the right argument.",
1073
+ "MARTY_JRBLOCKS2_STEP_10_TEXT": "Almost there! Add a <b>walk backwards</b> block like the example code and add in the right argument.",
1074
1074
  "MARTY_JRBLOCKS2_END": "You did it! You're an arguments expert and a code-simplifying genius!",
1075
1075
  "MARTY_JRBLOCKS3_TITLE": "Traffic Light Marty",
1076
1076
  "MARTY_JRBLOCKS3_STEP_1_TEXT": "In this tutorial, we're going to learn how to use wait functions in BlocksJr.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robotical/martyblocksjr",
3
- "version": "3.5.25",
3
+ "version": "3.5.26",
4
4
  "description": "ScratchJr",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",