diff --git a/pxt.json b/pxt.json index 38369fbc..1d1debf0 100644 --- a/pxt.json +++ b/pxt.json @@ -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": "*", diff --git a/robot/pxt.json b/robot/pxt.json index 0ed52d64..2b00cacc 100644 --- a/robot/pxt.json +++ b/robot/pxt.json @@ -1,6 +1,6 @@ { "name": "microcode-robot", - "version": "2.5.5", + "version": "2.5.6", "dependencies": { "core": "*", "radio": "*", diff --git a/version.ts b/version.ts index 3fa6ce0a..4e9f2109 100644 --- a/version.ts +++ b/version.ts @@ -4,5 +4,5 @@ namespace microcode { /** * Version of the package */ - export const VERSION = "v2.5.5" + export const VERSION = "v2.5.6" } \ No newline at end of file