From 6234b842984045f421fb853b5088b41adf39df8a Mon Sep 17 00:00:00 2001 From: Tom Ball Date: Thu, 4 Apr 2024 16:58:55 -0700 Subject: [PATCH] 2.5.32 --- pxt.json | 2 +- version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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