diff --git a/pxt.json b/pxt.json index 341e552f..29dfa1e8 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "microcode", - "version": "2.4.40", + "version": "2.4.41", "description": "Physical computing library for micro:bit V2", "dependencies": { "game---light": "*", diff --git a/robot/pxt.json b/robot/pxt.json index e3737b90..0a126a00 100644 --- a/robot/pxt.json +++ b/robot/pxt.json @@ -27,5 +27,5 @@ "microbit" ], "preferredEditor": "tsprj", - "version": "2.4.40" + "version": "2.4.41" } diff --git a/version.ts b/version.ts index 57e5a7a6..4aa4f853 100644 --- a/version.ts +++ b/version.ts @@ -4,5 +4,5 @@ namespace microcode { /** * Version of the package */ - export const VERSION = "v2.4.40" + export const VERSION = "v2.4.41" } \ No newline at end of file