Skip to content

Commit

Permalink
2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Oct 17, 2023
1 parent 41ecd8b commit 7fb02e9
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.5.5",
"version": "2.5.6",
"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
@@ -1,6 +1,6 @@
{
"name": "microcode-robot",
"version": "2.5.5",
"version": "2.5.6",
"dependencies": {
"core": "*",
"radio": "*",
Expand Down
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.5.5"
export const VERSION = "v2.5.6"
}

0 comments on commit 7fb02e9

Please sign in to comment.