Compare commits

...

2 Commits

Author SHA1 Message Date
90e191c4ca 0.6.4 2016-11-07 10:17:20 -08:00
efd310f0b4 added afterProgramPage to C++ declarations 2016-11-07 10:17:03 -08:00
2 changed files with 4 additions and 1 deletions

View File

@ -6,3 +6,6 @@ MicroBitPin *getPin(int id);
typedef ImageData* Image; typedef ImageData* Image;
typedef BufferData* Buffer; typedef BufferData* Buffer;
namespace pxt {
uint32_t afterProgramPage();
}

View File

@ -1,6 +1,6 @@
{ {
"name": "pxt-microbit", "name": "pxt-microbit",
"version": "0.6.3", "version": "0.6.4",
"description": "micro:bit target for PXT", "description": "micro:bit target for PXT",
"keywords": [ "keywords": [
"JavaScript", "JavaScript",