diff --git a/package-lock.json b/package-lock.json index ca7a6ce..61a94ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pod-configuration", - "version": "1.0.9", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pod-configuration", - "version": "1.0.9", + "version": "1.0.11", "license": "Apache-2.0", "dependencies": { "commander": "^4.0.1", diff --git a/package.json b/package.json index f5bfc65..caf7a43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pod-configuration", - "version": "1.0.9", + "version": "1.0.11", "description": "pod-configuration", "scripts": { "start": "node src/index.js --workflow \"$(cat samples/workflow.json)\" --node \"http://localhost:8545\" --credentials \"$(cat ~/projects/ocean/barge/networks/spree/keys/account1.json)\" --password secret --inputs /tmp/squid-pod/inputs --transformations /tmp/squid-pod/transformations --verbose",