Beta release fixes (#1850)

* Bump common packages to latest

* Turning on new features

* Fixing the offline-app page

* Bump minor version
This commit is contained in:
Richard Knoll
2019-02-26 15:46:40 -08:00
committed by Abhijith Chatra
parent e9c2763eaf
commit c1c5e816c6
4 changed files with 45 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "1.2.19",
"version": "1.3.0",
"description": "micro:bit target for Microsoft MakeCode (PXT)",
"keywords": [
"JavaScript",
@ -42,7 +42,7 @@
"@types/web-bluetooth": "0.0.4"
},
"dependencies": {
"pxt-common-packages": "6.3.3",
"pxt-common-packages": "6.4.5",
"pxt-core": "5.5.13"
}
}