Compare commits

...

10 Commits

2 changed files with 12 additions and 2 deletions

10
docs/thank-you.md Normal file
View File

@ -0,0 +1,10 @@
# You completed the survey!
```sim
basic.forever(() => { basic.showString("THANK YOU") })
```
Thank you for participating in this survey.
Please contact Michael Braun at WW PS Edu [v-braum@microsoft.com](mailto:v-braum@microsoft.com)
or Claudine OLeary at WW PS Edu [clolea@microsoft.com](clolea@microsoft.com) with any information you think we might find useful.

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "0.2.94",
"version": "0.2.97",
"description": "BBC micro:bit target for PXT",
"keywords": [
"JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.2.105"
"pxt-core": "0.2.107"
}
}