You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2018/07/16 08:06:18 UTC

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

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

jamesthomas 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 d6fbdb3  v3.16.0 NPM version bump (#124)
d6fbdb3 is described below

commit d6fbdb30a1fd96c61e160f3cf3b203ea25c3e010
Author: James Thomas <jt...@gmail.com>
AuthorDate: Mon Jul 16 09:06:16 2018 +0100

    v3.16.0 NPM version bump (#124)
    
    * 3.16.0 version bump
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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