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/09/27 17:31:28 UTC

[incubator-openwhisk-client-js] branch master updated: v3.18.0 version bump (#142)

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 313fcec  v3.18.0 version bump (#142)
313fcec is described below

commit 313fcec68f7393f245fd3bacf4fa512c56028bef
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Thu Sep 27 13:31:24 2018 -0400

    v3.18.0 version bump (#142)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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