Compare commits

...

3 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
2 changed files with 3 additions and 3 deletions

View File

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

View File

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