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/23 09:13:42 UTC

[pulsar-client-node] branch master updated: 0.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 c447201  0.1.0-rc.0
     new 3423f5a  Merge pull request #49 from massakam/bump-master-version
c447201 is described below

commit c447201f52ad5cb24d90715097819af2a5cc2445
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Fri Aug 23 13:58:15 2019 +0900

    0.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 4a8725c..24e6f4f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "0.0.1-rc.0",
+  "version": "0.1.0-rc.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 5798bec..c53a7bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pulsar-client",
-  "version": "0.0.1-rc.0",
+  "version": "0.1.0-rc.0",
   "description": "Pulsar Node.js client",
   "main": "index.js",
   "directories": {