Skip to content

Commit 14fe7d5

Browse files
bump version to 0.15.0 (#467)
Signed-off-by: Jinbo Wang <[email protected]>
1 parent aea5141 commit 14fe7d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-java-debug",
33
"displayName": "Debugger for Java",
44
"description": "A lightweight Java debugger for Visual Studio Code",
5-
"version": "0.14.0",
5+
"version": "0.15.0",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@@ -37,7 +37,7 @@
3737
"main": "./out/src/extension",
3838
"contributes": {
3939
"javaExtensions": [
40-
"./server/com.microsoft.java.debug.plugin-0.14.0.jar"
40+
"./server/com.microsoft.java.debug.plugin-0.15.0.jar"
4141
],
4242
"commands": [],
4343
"debuggers": [
@@ -377,7 +377,7 @@
377377
"vscode:prepublish": "tsc -p ./",
378378
"compile": "tsc -watch -p ./",
379379
"postinstall": "node ./node_modules/vscode/bin/install",
380-
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.14.0.vsix && node ./scripts/run-vscode-tests"
380+
"test": "node ./scripts/download-vscode-for-system-tests && node ./scripts/install-vsix-dependencies redhat.java && node ./scripts/install-vsix-dependencies vscode-java-debug-0.15.0.vsix && node ./scripts/run-vscode-tests"
381381
},
382382
"extensionDependencies": [
383383
"redhat.java"

0 commit comments

Comments
 (0)