You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ma...@apache.org on 2019/08/23 03:40:13 UTC

[pulsar-client-node] 01/01: 0.0.1-rc.1

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

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

commit c7eec7e1e86237b22083344c719cf9f47cd46061
Author: Masahiro Sakamoto <ma...@yahoo-corp.jp>
AuthorDate: Fri Aug 23 12:35:40 2019 +0900

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