From 032dc52f681dc9a88f31fcde6b5d244d81c95fc7 Mon Sep 17 00:00:00 2001 From: predix-adoption-bot Date: Fri, 26 Oct 2018 23:27:15 +0000 Subject: [PATCH] Release 1.1.146 --- scripts/quickstart-hello-world.sh | 2 +- version.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/quickstart-hello-world.sh b/scripts/quickstart-hello-world.sh index f8ab4bb..16ba71f 100755 --- a/scripts/quickstart-hello-world.sh +++ b/scripts/quickstart-hello-world.sh @@ -40,7 +40,7 @@ BRANCH="master" PRINT_USAGE=0 SKIP_SETUP=false -IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.1.0/izon2.sh" +IZON_SH="https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon2.sh" #ASSET_MODEL="-amrmd predix-ui-seed/server/sample-data/predix-asset/asset-model-metadata.json predix-ui-seed/server/sample-data/predix-asset/asset-model.json" SCRIPT="-script cloud-basics.sh -script-readargs cloud-basics-readargs.sh" QUICKSTART_ARGS="$SCRIPT" diff --git a/version.json b/version.json index 271eb5b..c8edfe5 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { "name": "Predix Hello World Index.html", - "version": "1.1.145", + "version": "1.1.146", "private": true, "dependencies": { - "local-setup": "https://github.com/PredixDev/local-setup#1.0.101", - "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.174", - "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.145" + "local-setup": "https://github.com/PredixDev/local-setup#1.0.102", + "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.188", + "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.146" }, "author": "turnerth" }