From d78acf98831f59139a6b076bfe0fc29fc1059107 Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Sun, 5 Jan 2020 18:38:08 +0000 Subject: [PATCH] Use v0.2.0 in installer --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index f346164..2ce89d4 100644 --- a/installer.sh +++ b/installer.sh @@ -3,7 +3,7 @@ { # this ensures the entire script is downloaded # REPO_URL="https://github.com/sammacbeth/dat-fox-helper/releases/download" -TAG="v0.1.0" +TAG="v0.2.0" MANIFEST_URL="https://raw.githubusercontent.com/sammacbeth/dat-fox-helper/$TAG/dathelper.json" if [[ "$OSTYPE" == "linux-gnu" ]]; then