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" } }