diff --git a/RELEASE b/RELEASE index 5007383..3c218e2 100644 --- a/RELEASE +++ b/RELEASE @@ -1,4 +1,4 @@ -tag: v0.4.0 +tag: v0.4.1 commitInclude: parentOfMergeCommit: true diff --git a/lerna.json b/lerna.json index c3de238..921c7dd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "7.3.0", - "version": "0.4.0", + "version": "0.4.1", "npmClient": "yarn", "command": { "run": { diff --git a/tsp-typescript-client/package.json b/tsp-typescript-client/package.json index 45e2602..dc7349f 100644 --- a/tsp-typescript-client/package.json +++ b/tsp-typescript-client/package.json @@ -1,6 +1,6 @@ { "name": "tsp-typescript-client", - "version": "0.4.0", + "version": "0.4.1", "description": "Trace Server Protocol client written in TypeScript", "author": "Ericsson and others", "license": "MIT",