From d501e292e4a788591e900b5297b329ca86db2e45 Mon Sep 17 00:00:00 2001 From: predix-adoption-bot Date: Fri, 16 Nov 2018 22:58:48 +0000 Subject: [PATCH] Release 1.1.149 --- scripts/quickstart-hello-world.bat | 2 +- version.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/quickstart-hello-world.bat b/scripts/quickstart-hello-world.bat index f22a08b..8df5788 100644 --- a/scripts/quickstart-hello-world.bat +++ b/scripts/quickstart-hello-world.bat @@ -33,7 +33,7 @@ IF [!BRANCH!]==[] ( EXIT /b 1 ) -SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/!BRANCH!/izon.bat +SET IZON_BAT=https://raw.githubusercontent.com/PredixDev/izon/1.2.0/izon.bat SET TUTORIAL=https://www.predix.io/resources/tutorials/tutorial-details.html?tutorial_id=1475^&tag^=1719^&journey^=Hello%%20World^&resources^=1475,1569,1523 SET REPO_NAME=Predix-HelloWorld-WebApp SET SHELL_SCRIPT_NAME=quickstart-hello-world.sh diff --git a/version.json b/version.json index 89c5aa0..779d577 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { "name": "Predix Hello World Index.html", - "version": "1.1.148", + "version": "1.1.149", "private": true, "dependencies": { "local-setup": "https://github.com/PredixDev/local-setup#1.0.103", - "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.199", - "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.148" + "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.200", + "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.149" }, "author": "turnerth" }