Skip to content

Commit

Permalink
2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Oct 16, 2023
1 parent 23ff7b1 commit e7bdf61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microcode",
"version": "2.5.3",
"version": "2.5.4",
"description": "Physical computing library for micro:bit V2",
"dependencies": {
"game---light": "*",
Expand Down
10 changes: 7 additions & 3 deletions robot/pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microcode-robot",
"version": "2.5.3",
"version": "2.5.4",
"dependencies": {
"core": "*",
"radio": "*",
Expand All @@ -21,11 +21,15 @@
"dfrobotmaqueenplusv2.ts",
"kittenbotminilfr.ts"
],
"testFiles": ["test.ts"],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "6.0.19",
"targetId": "microbit"
},
"supportedTargets": ["microbit"],
"supportedTargets": [
"microbit"
],
"preferredEditor": "tsprj"
}
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ namespace microcode {
/**
* Version of the package
*/
export const VERSION = "v2.5.3"
export const VERSION = "v2.5.4"
}

0 comments on commit e7bdf61

Please sign in to comment.