Skip to content

Commit

Permalink
2.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Nov 4, 2023
1 parent a847879 commit 699115b
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.21",
"version": "2.5.22",
"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.21",
"version": "2.5.22",
"dependencies": {
"core": "*",
"radio": "*",
Expand Down Expand Up @@ -35,7 +35,9 @@
"inksmithk8.ts",
"tester.ts"
],
"testFiles": ["test.ts"],
"testFiles": [
"test.ts"
],
"fileDependencies": {
"kittenbotnanobit.ts": "target:microbit",
"kittenbotrobotbit.ts": "target:microbit",
Expand All @@ -46,6 +48,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.21"
export const VERSION = "v2.5.22"
}

0 comments on commit 699115b

Please sign in to comment.