From 58cdf933db67353ef50e9a654f8640c5b7e8fc86 Mon Sep 17 00:00:00 2001 From: Marin Usalj Date: Wed, 1 Jul 2015 20:50:18 -0700 Subject: [PATCH] updated install script for version 1.1.6 --- Scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/install.sh b/Scripts/install.sh index 51bfdb0..a0b437c 100644 --- a/Scripts/install.sh +++ b/Scripts/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.1.5/Alcatraz.tar.gz +DOWNLOAD_URI=https://github.com/supermarin/Alcatraz/releases/download/1.1.6/Alcatraz.tar.gz PLUGINS_DIR="${HOME}/Library/Application Support/Developer/Shared/Xcode/Plug-ins" mkdir -p "${PLUGINS_DIR}"