Skip to content

Commit

Permalink
up version to 0.25.0 (#761)
Browse files Browse the repository at this point in the history
Signed-off-by: Jinbo Wang <[email protected]>
  • Loading branch information
testforstephen authored Feb 17, 2020
1 parent 279bd6b commit a2fc4ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 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.24.0",
"version": "0.25.0",
"publisher": "vscjava",
"preview": true,
"aiKey": "67d4461e-ccba-418e-8082-1bd0acfe8516",
Expand Down Expand Up @@ -46,7 +46,7 @@
}
],
"javaExtensions": [
"./server/com.microsoft.java.debug.plugin-0.24.0.jar"
"./server/com.microsoft.java.debug.plugin-0.25.0.jar"
],
"commands": [
{
Expand Down

0 comments on commit a2fc4ef

Please sign in to comment.