Skip to content

Commit

Permalink
2.4.41
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Sep 25, 2023
1 parent 9299ac1 commit 2405c88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
@@ -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": "*",
Expand Down
2 changes: 1 addition & 1 deletion robot/pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"microbit"
],
"preferredEditor": "tsprj",
"version": "2.4.40"
"version": "2.4.41"
}
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ namespace microcode {
/**
* Version of the package
*/
export const VERSION = "v2.4.40"
export const VERSION = "v2.4.41"
}

0 comments on commit 2405c88

Please sign in to comment.