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 06:03:44 UTC

[pulsar-client-node] branch master updated: 1.1.0-rc.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 5c699e5  1.1.0-rc.0
     new 0c33334  Merge pull request #53 from massakam/bump-master-version
5c699e5 is described below

commit 5c699e5a333c9af3f9e2bf136e72d817e588bdc6
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Thu Aug 29 14:29:01 2019 +0900

    1.1.0-rc.0
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 5524444..9162820 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.0.0-rc.0",
+  "version": "1.1.0-rc.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index d2e13d4..f8d5213 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "1.0.0-rc.0",
+  "version": "1.1.0-rc.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "directories": {