Skip to content

Commit

Permalink
2.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Nov 1, 2023
1 parent 607fadf commit 1b12c7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
6 changes: 4 additions & 2 deletions pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microcode",
"version": "2.5.18",
"version": "2.5.19",
"description": "Physical computing library for micro:bit V2",
"dependencies": {
"game---light": "*",
Expand Down Expand Up @@ -56,7 +56,9 @@
"target": "1.10.10",
"targetId": "arcade"
},
"supportedTargets": ["arcade"],
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"disableTargetTemplateFiles": true,
"binaryonly": true
Expand Down
11 changes: 8 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.18",
"version": "2.5.19",
"dependencies": {
"core": "*",
"radio": "*",
Expand Down Expand Up @@ -34,7 +34,9 @@
"calibration.ts",
"inksmithk8.ts"
],
"testFiles": ["test.ts"],
"testFiles": [
"test.ts"
],
"fileDependencies": {
"kittenbotnanobit.ts": "target:microbit",
"kittenbotrobotbit.ts": "target:microbit",
Expand All @@ -45,6 +47,9 @@
"target": "6.0.19",
"targetId": "microbit"
},
"supportedTargets": ["microbit", "calliopemini"],
"supportedTargets": [
"microbit",
"calliopemini"
],
"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.18"
export const VERSION = "v2.5.19"
}

0 comments on commit 1b12c7b

Please sign in to comment.