Compare commits

..

8 Commits

Author SHA1 Message Date
89ceeefc32 0.5.52 2016-10-30 22:23:02 -07:00
91235d2377 Bump pxt-core to 0.5.29 2016-10-30 22:23:00 -07:00
a805d7b8a8 updated ref version 2016-10-28 16:44:22 -07:00
89fdbcdc4f 0.5.51 2016-10-28 16:14:51 -07:00
92d1d2ffc3 Merge branch 'master' of https://github.com/Microsoft/pxt-calliope 2016-10-28 14:08:22 -07:00
82c9af836f bumped to 0.5.50 2016-10-28 14:08:14 -07:00
da90401fe6 0.5.50 2016-10-28 14:05:33 -07:00
315a12dd8b Bump pxt-core to 0.5.28 2016-10-28 14:05:32 -07:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{
"appref": "v0.5.46"
"appref": "v0.5.51"
}

View File

@ -1,6 +1,6 @@
{
"name": "pxt-calliope",
"version": "0.5.49",
"version": "0.5.52",
"description": "calliope target for PXT",
"keywords": [
"JavaScript",
@ -30,7 +30,7 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.5.27",
"pxt-core": "0.5.29",
"less": "^2.6.0",
"semantic-ui-less": "^2.2.4"
}