You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/07/30 17:31:50 UTC

[incubator-openwhisk-client-js] branch master updated: 3.20.0 (#188)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b877bb  3.20.0 (#188)
9b877bb is described below

commit 9b877bbe91c06b9aa9b3d287cf54a98071873e47
Author: James Thomas <ja...@jamesthom.as>
AuthorDate: Tue Jul 30 18:31:45 2019 +0100

    3.20.0 (#188)
---
 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 12e7473..b319cbd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.19.0",
+  "version": "3.20.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 05cb46b..a19fddd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.19.0",
+  "version": "3.20.0",
   "description": "JavaScript client library for the Apache OpenWhisk platform",
   "main": "lib/main.js",
   "typings": "lib/main.d.ts",