You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by nk...@apache.org on 2019/08/29 01:05:33 UTC

[pulsar-client-node] branch master updated: Change first release version to 1.0.0

This is an automated email from the ASF dual-hosted git repository.

nkurihar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-node.git


The following commit(s) were added to refs/heads/master by this push:
     new a97014f  Change first release version to 1.0.0
     new 076e7a8  Merge pull request #50 from massakam/bump-version
a97014f is described below

commit a97014f33004be5e1c34304848643f5f1f4e893d
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Wed Aug 28 16:47:57 2019 +0900

    Change first release version to 1.0.0
---
 README.md         | 2 +-
 package-lock.json | 2 +-
 package.json      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d076b21..bc9e020 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Compatibility between each version of the Node.js client and the C++ client is a
 
 | Node.js client | C++ client     |
 |----------------|----------------|
-| 0.0.1          | 2.3.0 or later |
+| 1.0.0          | 2.3.0 or later |
 
 If an incompatible version of the C++ client is installed, you may fail to build or run this library.
 
diff --git a/package-lock.json b/package-lock.json
index 24e6f4f..2c58603 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "0.1.0-rc.0",
+  "version": "1.0.0-rc.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index c53a7bd..d2e13d4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "0.1.0-rc.0",
+  "version": "1.0.0-rc.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "directories": {