diff --git a/RELEASE b/RELEASE index b45d88c..be13de8 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.2.4 +tag: v0.2.5 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index ca8dd5a..0f99e1b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.4", + "version": "0.2.5", "npmClient": "yarn", "command": { "run": { diff --git a/package.json b/package.json index 8d282a9..d1e98d0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-trace-server", "displayName": "VSCode Trace Server", "description": "Companion extension to the Trace Viewer for VSCode, that makes it easier to start/stop a local trace server", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "engines": { "vscode": "^1.78.0" @@ -51,7 +51,7 @@ "properties": { "trace-server.traceserver.path": { "type": "string", - "scope" : "machine", + "scope": "machine", "default": "/usr/bin/tracecompass-server", "description": "Enter the trace server's binary path, executable included. Eg: /usr/bin/tracecompass-server." },