From a26130e30d50d7599f7ebe032d427afab426aeaf Mon Sep 17 00:00:00 2001 From: loricrotser <34865493+loricrotser@users.noreply.github.com> Date: Tue, 5 Apr 2022 14:26:11 -0600 Subject: [PATCH] Bumping version number Compatibility issues for micro:bit v2 are same as here: https://github.com/KitronikLtd/pxt-kitronik-game-controller/issues/2 and were fixed internally by micro:bit team. Bumping version number to pick up for makecode. --- pxt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pxt.json b/pxt.json index e0300bc..e658e26 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "gamerbit", - "version": "0.0.8", + "version": "0.0.9", "description": "Sparkfun gamer:bit blocks", "license": "MIT", "dependencies": { @@ -19,4 +19,4 @@ "test.ts" ], "public": true -} \ No newline at end of file +}