From 40da5aa2dedd76caefcffeecf1f775435fc84e19 Mon Sep 17 00:00:00 2001 From: Vineet Choudhary Date: Sun, 21 Jun 2020 13:11:29 +0530 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7c43950..c40fa7f 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="1.0.8" +VERSION="2.0.1" APP_NAME="Downloader.app" FILE_NAME="Downloader.tar.gz" FILE_URL="https://github.com/vineetchoudhary/Downloader-for-Apple-Developer/releases/download/$VERSION/$FILE_NAME"