summaryrefslogtreecommitdiff
path: root/lib/ts
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2023-02-06 23:42:52 +0100
committerJens Geyer <jensg@apache.org>2023-02-06 23:42:52 +0100
commitc6fd86d9f2f15665dd1f3b87e39ed7580d8b25dd (patch)
treeb60156225f4e8793aee3c225c4ca7554d0da41fb /lib/ts
parent4eee6815276741a0381063b9e139a4938f808711 (diff)
downloadthrift-c6fd86d9f2f15665dd1f3b87e39ed7580d8b25dd.tar.gz
bump version number
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 16461e6f7..fed7fe462 100644
--- a/lib/ts/package-lock.json
+++ b/lib/ts/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
- "version": "0.18.0",
+ "version": "0.19.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/lib/ts/package.json b/lib/ts/package.json
index 88fba82ed..2d93d326b 100644
--- a/lib/ts/package.json
+++ b/lib/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
- "version": "0.18.0",
+ "version": "0.19.0",
"description": "Thrift is a software framework for scalable cross-language services development.",
"author": {
"name": "Apache Thrift Developers",