summaryrefslogtreecommitdiff
path: root/lib/ts
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-08-30 22:54:32 +0200
committerJens Geyer <jensg@apache.org>2022-08-30 23:55:34 +0200
commitc75646a359e4bb38ff11e4b7255a3ad49ab3319c (patch)
tree754e37fc0f25d7e96b0d809b83f7e2eb05941445 /lib/ts
parent22f6a8a3c879175e18ce95f88a393f34ff8f158c (diff)
downloadthrift-c75646a359e4bb38ff11e4b7255a3ad49ab3319c.tar.gz
version bump
Diffstat (limited to 'lib/ts')
-rw-r--r--lib/ts/package-lock.json2
-rw-r--r--lib/ts/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ts/package-lock.json b/lib/ts/package-lock.json
index dea9f3110..ac3a3326d 100644
--- a/lib/ts/package-lock.json
+++ b/lib/ts/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
- "version": "0.17.0",
+ "version": "0.18.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/lib/ts/package.json b/lib/ts/package.json
index 8a564c6e7..403488ae4 100644
--- a/lib/ts/package.json
+++ b/lib/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
- "version": "0.17.0",
+ "version": "0.18.0",
"description": "Thrift is a software framework for scalable cross-language services development.",
"author": {
"name": "Apache Thrift Developers",