From 2cf05b644860d2002625675cd70a481a05d4387c Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Wed, 28 Apr 2021 08:29:09 -0700 Subject: [PATCH] Release 1.0.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0954c83..62aa453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pod-configuration", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1250456..3b4a2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pod-configuration", - "version": "1.0.2", + "version": "1.0.3", "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",