Merge remote-tracking branch 'origin/master'

# Conflicts:
#	package.json
This commit is contained in:
Tom Ball
2016-06-16 16:16:08 -04:00
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
{
"name": "pxt-microbit",
<<<<<<< HEAD
"version": "0.2.166",
=======
"version": "0.2.168",
>>>>>>> origin/master
"description": "BBC micro:bit target for PXT",
"keywords": [
"JavaScript",
@ -29,6 +33,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.2.179"
"pxt-core": "0.2.180"
}
}