You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/08/20 20:17:53 UTC

[incubator-openwhisk-client-js] branch master updated: v3.17.0 NPM version bump (#134)

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

csantanapr 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 6625308  v3.17.0 NPM version bump (#134)
6625308 is described below

commit 662530810bdf42d516524d433d399eb489b8f26a
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Mon Aug 20 16:17:51 2018 -0400

    v3.17.0 NPM version bump (#134)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 0fabf59..09678f2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "openwhisk",
-  "version": "3.16.0",
+  "version": "3.17.0",
   "description": "JavaScript client library for the OpenWhisk platform",
   "main": "lib/main.js",
   "typings": "lib/main.d.ts",