Compare commits

...

5 Commits

Author SHA1 Message Date
Michal Moskal
548d215b48 0.2.99 2016-05-04 13:31:59 +01:00
Michal Moskal
43da58f214 Bump pxt-core to 0.2.111 2016-05-04 13:31:57 +01:00
Michal Moskal
f90d052538 Add example localized doc 2016-05-04 13:25:56 +01:00
Peli de Halleux
a3b34518b0 0.2.98 2016-05-02 21:24:17 -07:00
Peli de Halleux
5a33dc8a81 updated thank you 2016-05-02 21:24:10 -07:00
3 changed files with 10 additions and 4 deletions

7
docs/_locales/pl/docs.md Normal file
View File

@@ -0,0 +1,7 @@
# Dokumentacja
Witamy na stronach dokumentacji!
* Przeglądnij [instrukcje obsługi](/reference)
* Dowiedz się więcej o [urządzeniu](/device)
* Wystartuj z [lekcjami](/lessons)

View File

@@ -6,5 +6,4 @@ 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.
Please [contact us](mailto:microbitpilots@microsoft.com) with any information you think we might find useful.

View File

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