Skip to content

Commit

Permalink
2.5.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 27, 2023
1 parent a2d8191 commit 4468ac6
Show file tree
Hide file tree
Showing 3 changed files with 10 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.16",
"version": "2.5.17",
"description": "Physical computing library for micro:bit V2",
"dependencies": {
"game---light": "*",
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.16",
"version": "2.5.17",
"dependencies": {
"core": "*",
"radio": "*",
Expand Down Expand Up @@ -28,7 +28,9 @@
"kalmanfilter1d.ts",
"radio.ts"
],
"testFiles": ["test.ts"],
"testFiles": [
"test.ts"
],
"fileDependencies": {
"kittenbotnanobit.ts": "target:microbit",
"kittenbotrobotbit.ts": "target:microbit",
Expand All @@ -39,6 +41,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.16"
export const VERSION = "v2.5.17"
}

0 comments on commit 4468ac6

Please sign in to comment.