Skip to content

Commit 25a45e7

Browse files
committed
v0.3.0
1 parent 33d243c commit 25a45e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tsp-typescript-client",
3-
"version": "0.1.0",
3+
"version": "0.3.0",
44
"description": "Trace Server Protocol client written in TypeScript",
55
"author": "Ericsson and others",
66
"license": "MIT",
@@ -47,4 +47,4 @@
4747
"publish:next": "yarn publish --new-version \"$(semver $npm_package_version -i minor)-next.$(git rev-parse --short HEAD)\" --tag next --no-git-tag-version --no-commit-hooks",
4848
"test": "jest --config jest.config.json"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)