From d29db7a16317fd3649e881afe1521d74b411a310 Mon Sep 17 00:00:00 2001 From: "Tom Ball (MSR)" Date: Mon, 13 May 2024 23:13:53 -0700 Subject: [PATCH] 2.5.47 --- pxt.json | 2 +- version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index 80f9c4e6..ccbdcb29 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "microcode", - "version": "2.5.46", + "version": "2.5.47", "description": "Physical computing library for micro:bit V2", "dependencies": { "game---light": "*", diff --git a/version.ts b/version.ts index 1e6d79c8..7d1559c8 100644 --- a/version.ts +++ b/version.ts @@ -4,5 +4,5 @@ namespace microcode { /** * Version of the package */ - export const VERSION = "v2.5.46" + export const VERSION = "v2.5.47" } \ No newline at end of file