From 4edb587867d14932a6582193cd9ed1d37c5fb5d0 Mon Sep 17 00:00:00 2001 From: predix-adoption-bot Date: Sat, 17 Nov 2018 02:21:21 +0000 Subject: [PATCH] Release 1.1.150 --- scripts/quickstart-hello-world.sh | 1 - version.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/quickstart-hello-world.sh b/scripts/quickstart-hello-world.sh index 16ba71f..1918d96 100755 --- a/scripts/quickstart-hello-world.sh +++ b/scripts/quickstart-hello-world.sh @@ -120,6 +120,5 @@ getCurrentRepo echo "quickstart_args=$QUICKSTART_ARGS" source $PREDIX_SCRIPTS/bash/quickstart.sh $QUICKSTART_ARGS - __append_new_line_log "Successfully completed $APP_NAME installation!" "$quickstartLogDir" __append_new_line_log "" "$quickstartLogDir" diff --git a/version.json b/version.json index 779d577..eebbef0 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { "name": "Predix Hello World Index.html", - "version": "1.1.149", + "version": "1.1.150", "private": true, "dependencies": { "local-setup": "https://github.com/PredixDev/local-setup#1.0.103", - "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.200", - "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.149" + "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.201", + "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.150" }, "author": "turnerth" }