Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
Compatibility issues for micro:bit v2 are same as here: KitronikLtd/pxt-kitronik-game-controller#2 and were fixed internally by micro:bit team. Bumping version number to pick up for makecode.
  • Loading branch information
loricrotser authored Apr 5, 2022
1 parent 7cef098 commit a26130e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pxt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gamerbit",
"version": "0.0.8",
"version": "0.0.9",
"description": "Sparkfun gamer:bit blocks",
"license": "MIT",
"dependencies": {
Expand All @@ -19,4 +19,4 @@
"test.ts"
],
"public": true
}
}

1 comment on commit a26130e

@emorris19
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to update the code for the gamer:bit as shown above, but everything is in read only, so I cannot edit. I cannot understand why this has been a problem for this many years without a patch that has been released either by micro:bit or Sparkfun. What else can I do to be able to use the controller:bit (qwiik version) with the micro:bit V2s?

Please sign in to comment.