From e731cb422405a351b783d57b76137adf0e72a93c Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Tue, 22 May 2018 19:54:52 -0400 Subject: [PATCH] composer 0.5.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a35f8f..155d20a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shell/composer", - "version": "1.0.0", + "version": "0.5.0", "description": "OpenWhisk Shell plugins for the OpenWhisk Composer", "main": "plugin.js", "scripts": { @@ -12,7 +12,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@ibm-functions/composer": "^0.4.0", + "@ibm-functions/composer": "^0.5.0", "chokidar": "^2.0.3" } }