From 699115b51040cfd7aec42f6ee94c886a7fd1a79c Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Sat, 4 Nov 2023 15:01:25 -0700 Subject: [PATCH] 2.5.22 --- pxt.json | 2 +- robot/pxt.json | 11 ++++++++--- version.ts | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/pxt.json b/pxt.json index 3890eed4..9534d5a7 100644 --- a/pxt.json +++ b/pxt.json @@ -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": "*", diff --git a/robot/pxt.json b/robot/pxt.json index 21dbf5d4..b8540e39 100644 --- a/robot/pxt.json +++ b/robot/pxt.json @@ -1,6 +1,6 @@ { "name": "microcode-robot", - "version": "2.5.21", + "version": "2.5.22", "dependencies": { "core": "*", "radio": "*", @@ -35,7 +35,9 @@ "inksmithk8.ts", "tester.ts" ], - "testFiles": ["test.ts"], + "testFiles": [ + "test.ts" + ], "fileDependencies": { "kittenbotnanobit.ts": "target:microbit", "kittenbotrobotbit.ts": "target:microbit", @@ -46,6 +48,9 @@ "target": "6.0.19", "targetId": "microbit" }, - "supportedTargets": ["microbit", "calliopemini"], + "supportedTargets": [ + "microbit", + "calliopemini" + ], "preferredEditor": "tsprj" } diff --git a/version.ts b/version.ts index 23ac629f..149394fc 100644 --- a/version.ts +++ b/version.ts @@ -4,5 +4,5 @@ namespace microcode { /** * Version of the package */ - export const VERSION = "v2.5.21" + export const VERSION = "v2.5.22" } \ No newline at end of file