Skip to content

Commit

Permalink
Bump version to 0.12.2 (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
andxu authored Sep 6, 2018
1 parent b7c0a75 commit c6ce11e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
30 changes: 22 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-java-debug",
"displayName": "Debugger for Java",
"description": "A lightweight Java debugger for Visual Studio Code",
"version": "0.12.1",
"version": "0.12.2",
"publisher": "vscjava",
"preview": true,
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
Expand Down Expand Up @@ -37,7 +37,7 @@
"main": "./out/src/extension",
"contributes": {
"javaExtensions": [
"./server/com.microsoft.java.debug.plugin-0.12.1.jar"
"./server/com.microsoft.java.debug.plugin-0.12.2.jar"
],
"commands": [],
"debuggers": [
Expand Down Expand Up @@ -366,7 +366,7 @@
"vscode:prepublish": "tsc -p ./",
"compile": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.12.1.vsix && node ./scripts/run-vscode-tests"
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.12.2.vsix && node ./scripts/run-vscode-tests"
},
"extensionDependencies": [
"redhat.java"
Expand Down

0 comments on commit c6ce11e

Please sign in to comment.