Compare commits

...

3 Commits

Author SHA1 Message Date
6515cc0360 0.2.74 2016-04-15 08:17:45 -07:00
13d09b3e83 Bump pxt-core to 0.2.79 2016-04-15 08:17:43 -07:00
3a434197a3 updated neopixel 2016-04-15 07:42:52 -07:00
2 changed files with 3 additions and 3 deletions

View File

@ -18,5 +18,5 @@
"dependencies": {
"microbit": "file:../microbit"
},
"installedVersion": "zbhlje"
"installedVersion": "fgluxh"
}

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "0.2.73",
"version": "0.2.74",
"description": "BBC micro:bit target for PXT",
"keywords": [
"JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.2.78"
"pxt-core": "0.2.79"
}
}