Skip to content

Commit

Permalink
Merge branch 'master' into kiki-lee-new-class
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-lee authored Oct 17, 2023
2 parents 1652ed6 + feb12b8 commit 28e5039
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ These boards run MakeCode Arcade games. They are based on our guidelines, adhere
"name": "micro:bit Game:Bit Shield",
"description": "Use the micro:bit with an expansion board from iCShop",
"imageUrl": "/static/hardware/bit-shield.png",
"url": "https://www.icshop.com.tw/products/368112100137"
"url": "https://www.icshop.com.tw/products/368112100137?locale=en"
}
]
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pxt-arcade",
"version": "1.13.42",
"version": "1.13.43",
"description": "Small arcade editor for MakeCode",
"keywords": [
"JavaScript",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"pxt-common-packages": "10.4.10",
"pxt-core": "9.1.18"
"pxt-core": "9.1.19"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"name": "micro:bit Game:Bit Shield",
"description": "Use the micro:bit with an expansion board from iCShop",
"imageUrl": "/static/hardware/bit-shield.png",
"url": "https://www.icshop.com.tw/products/368112100137",
"url": "https://www.icshop.com.tw/products/368112100137?locale=en",
"variant": "hw---n3"
}
],
Expand Down

0 comments on commit 28e5039

Please sign in to comment.