version 0.4.0

This commit is contained in:
adelphes
2017-03-02 17:17:46 +00:00
parent eab08cc501
commit 6f9b2f7e78

View File

@@ -2,7 +2,7 @@
"name": "android-dev-ext", "name": "android-dev-ext",
"displayName": "Android", "displayName": "Android",
"description": "Android debugging support for VS Code", "description": "Android debugging support for VS Code",
"version": "0.3.1", "version": "0.4.0",
"publisher": "adelphes", "publisher": "adelphes",
"preview": true, "preview": true,
"license": "MIT", "license": "MIT",
@@ -129,8 +129,8 @@
"dependencies": { "dependencies": {
"vscode-debugprotocol": "^1.15.0", "vscode-debugprotocol": "^1.15.0",
"vscode-debugadapter": "^1.15.0", "vscode-debugadapter": "^1.15.0",
"long":"^3.2.0", "long": "^3.2.0",
"ws":"^1.1.1", "ws": "^1.1.1",
"xmldom": "^0.1.27", "xmldom": "^0.1.27",
"xpath": "^0.0.23" "xpath": "^0.0.23"
}, },