diff --git a/RELEASE b/RELEASE index be13de8..928e026 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.2.5 +tag: v0.2.6 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index 0f99e1b..1ec7bb2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.2.5", + "version": "0.2.6", "npmClient": "yarn", "command": { "run": { diff --git a/package.json b/package.json index d1e98d0..aaa6d92 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.5", + "version": "0.2.6", "license": "MIT", "engines": { "vscode": "^1.78.0"