diff --git a/pxt.json b/pxt.json index f976a5bc..8acf3754 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "microcode", - "version": "2.5.31", + "version": "2.5.32", "description": "Physical computing library for micro:bit V2", "dependencies": { "game---light": "*", diff --git a/version.ts b/version.ts index e660e696..a4e2974e 100644 --- a/version.ts +++ b/version.ts @@ -4,5 +4,5 @@ namespace microcode { /** * Version of the package */ - export const VERSION = "v2.5.31" + export const VERSION = "v2.5.32" } \ No newline at end of file