Skip to content

Commit aea8402

Browse files
bump version to 0.27.0 (#842)
Signed-off-by: Jinbo Wang <[email protected]>
1 parent 6d61203 commit aea8402

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.26.0",
5+
"version": "0.27.0",
66
"publisher": "vscjava",
77
"preview": true,
88
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
@@ -47,7 +47,7 @@
4747
}
4848
],
4949
"javaExtensions": [
50-
"./server/com.microsoft.java.debug.plugin-0.26.0.jar"
50+
"./server/com.microsoft.java.debug.plugin-0.27.0.jar"
5151
],
5252
"commands": [
5353
{

0 commit comments

Comments
 (0)