summaryrefslogtreecommitdiff
path: root/lib/ts
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-11 23:17:45 +0100
committerJens Geyer <jensg@apache.org>2021-02-11 23:17:45 +0100
commit3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f (patch)
tree2373cb9dd0136f0054257eaa10041a20de2a2052 /lib/ts
parentb5fe1dbc0cac81ab99ec5d71de70f4389b234888 (diff)
downloadthrift-3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f.tar.gz
Version number aligned to 0.15.0
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 49de90bf4..f61755309 100644
--- a/lib/ts/package-lock.json
+++ b/lib/ts/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
- "version": "0.14.0",
+ "version": "0.15.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/lib/ts/package.json b/lib/ts/package.json
index 1cd6c7100..e79a07519 100644
--- a/lib/ts/package.json
+++ b/lib/ts/package.json
@@ -1,6 +1,6 @@
{
"name": "thrift",
- "version": "0.14.0",
+ "version": "0.15.0",
"description": "Thrift is a software framework for scalable cross-language services development.",
"author": {
"name": "Apache Thrift Developers",