diff --git a/RELEASE b/RELEASE index bd85993..efa6ced 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.6.0 +tag: v0.7.0 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index 8e5662d..ead9c24 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.6.0", + "version": "0.7.0", "npmClient": "yarn", "command": { "run": { diff --git a/tsp-typescript-client/package.json b/tsp-typescript-client/package.json index 6d43a44..9e780ad 100644 --- a/tsp-typescript-client/package.json +++ b/tsp-typescript-client/package.json @@ -1,6 +1,6 @@ { "name": "tsp-typescript-client", - "version": "0.6.0", + "version": "0.7.0", "description": "Trace Server Protocol client written in TypeScript", "author": "Ericsson and others", "license": "MIT",