diff --git a/RELEASE b/RELEASE index 5d440be..b0bba78 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.2.2 +tag: v0.2.3 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index 98773c8..d0b7f50 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.2", + "version": "0.2.3", "npmClient": "yarn", "command": { "run": { diff --git a/package.json b/package.json index cdd5211..5610f22 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.2", + "version": "0.2.3", "license": "MIT", "engines": { "vscode": "^1.78.0"