Compare commits

...

3 Commits

Author SHA1 Message Date
8ac138c822 Add alpha release 2016-10-21 17:44:31 +01:00
40cfca4eef Bump pxt-core 2016-10-21 17:14:59 +01:00
00608fca4f Testing new style apprefs 2016-10-21 16:47:16 +01:00
3 changed files with 5 additions and 2 deletions

3
docs/alpha-ref.json Normal file
View File

@ -0,0 +1,3 @@
{
"appref": "Microsoft/pxt-microbit-built#HEAD"
}

View File

@ -1,3 +1,3 @@
{ {
"appref": "264aab1cff34042de75045e93c20ceb7b8c861a0" "appref": "Microsoft/pxt-microbit-built#vtest8"
} }

View File

@ -29,6 +29,6 @@
"typescript": "^1.8.7" "typescript": "^1.8.7"
}, },
"dependencies": { "dependencies": {
"pxt-core": "0.5.0-rc0" "pxt-core": "0.5.0-rc1"
} }
} }