diff --git a/pxt.json b/pxt.json index 65136f57..3df10c58 100644 --- a/pxt.json +++ b/pxt.json @@ -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": "*", diff --git a/robot/pxt.json b/robot/pxt.json index 6d93c6d3..5dc2d5d8 100644 --- a/robot/pxt.json +++ b/robot/pxt.json @@ -1,6 +1,6 @@ { "name": "microcode-robot", - "version": "2.5.3", + "version": "2.5.4", "dependencies": { "core": "*", "radio": "*", @@ -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" } diff --git a/version.ts b/version.ts index 539bc931..aa7df9c8 100644 --- a/version.ts +++ b/version.ts @@ -4,5 +4,5 @@ namespace microcode { /** * Version of the package */ - export const VERSION = "v2.5.3" + export const VERSION = "v2.5.4" } \ No newline at end of file