This commit is contained in:
Peli de Halleux 2016-10-24 10:14:43 -07:00
commit 99bee9e796
3 changed files with 8 additions and 2 deletions

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

@ -0,0 +1,3 @@
{
"appref": "v"
}

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

@ -0,0 +1,3 @@
{
"appref": "v0.5.31"
}

View File

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