Skip to content

Commit

Permalink
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.0",
"version": "2.5.1",
"description": "Physical computing library for micro:bit V2",
"dependencies": {
"game---light": "*",
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.0",
"version": "2.5.1",
"dependencies": {
"core": "*",
"radio": "*"
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -4,5 +4,5 @@ namespace microcode {
/**
* Version of the package
*/
export const VERSION = "v2.5.0"
export const VERSION = "v2.5.1"
}

0 comments on commit 812bbf3

Please sign in to comment.