This is an automated email from the ASF dual-hosted git repository. massakam pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git
commit d4513f7b3e03df6cd185f3cec3f81a74a5d4fe25 Author: yfuruta <yfur...@yahoo-corp.jp> AuthorDate: Tue Mar 12 12:45:36 2019 +0900 add compatibility and change version --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90d856f..0418c32 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ The Pulsar Node.js client can be used to create Pulsar producers and consumers in Node.js. +## Compatibility + +This Node.js client is developed and tested using Apache Pulsar 2.3.0 + ## Requirements Pulsar Node.js client library is based on the C++ client library. Follow the instructions for diff --git a/package.json b/package.json index 33b1321..cda8e3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pulsar-client", - "version": "0.0.1", + "version": "2.3.0", "description": "Pulsar Node.js client", "main": "index.js", "directories": {