bump to pxt 4.2 -- bump pxt-microbit to 1.2... (#1555)

* simplify flashing heart

* improved name-tag

* tweak
This commit is contained in:
Peli de Halleux
2018-10-29 21:36:33 -07:00
committed by GitHub
parent 0a708ef815
commit d062f95a3b
3 changed files with 20 additions and 68 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "1.1.90",
"version": "1.2.0",
"description": "micro:bit target for Microsoft MakeCode (PXT)",
"keywords": [
"JavaScript",
@ -42,7 +42,7 @@
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-common-packages": "0.24.12",
"pxt-core": "4.1.49"
"pxt-common-packages": "0.25.2",
"pxt-core": "4.2.12"
}
}