Skip to content

Commit b850660

Browse files
committed
2.4.24
1 parent d01ac86 commit b850660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pxt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microcode",
3-
"version": "2.4.23",
3+
"version": "2.4.24",
44
"description": "Physical computing library for micro:bit V2",
55
"dependencies": {
66
"game---light": "*",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ namespace microcode {
44
/**
55
* Version of the package
66
*/
7-
export const VERSION = "v2.4.23"
7+
export const VERSION = "v2.4.24"
88
}

0 commit comments

Comments
 (0)