From 92f7df0f81f4381b9a6794cc13c683ebbc19953d Mon Sep 17 00:00:00 2001 From: Yorukot Date: Fri, 2 Aug 2024 01:40:05 +0800 Subject: [PATCH] release to v1.1.4 --- release/release.sh | 2 +- website/public/install.ps1 | 4 ++-- website/public/install.sh | 2 +- website/public/uninstall.ps1 | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release/release.sh b/release/release.sh index 670533f..f5d6e8e 100644 --- a/release/release.sh +++ b/release/release.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash -euo pipefail projectName="superfile" -version="v1.1.3" +version="v1.1.4" osList=("darwin" "linux" "windows") archList=("amd64" "arm64") mkdir dist diff --git a/website/public/install.ps1 b/website/public/install.ps1 index d18a52f..28d48f3 100644 --- a/website/public/install.ps1 +++ b/website/public/install.ps1 @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/ Write-Host "" $package = "superfile" -$version = "1.1.3" +$version = "1.1.4" $installInstructions = @' This installer is only available for Windows. @@ -109,5 +109,5 @@ Done! Restart you terminal, and for the love of Get-Command Take a look at tutorial :) -https://github.com/yorukot/superfile/wiki/Tutorial +https://superfile.netlify.app/getting-started/tutorial/ '@ diff --git a/website/public/install.sh b/website/public/install.sh index 1b1e136..d80e34f 100755 --- a/website/public/install.sh +++ b/website/public/install.sh @@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then fi package=superfile -version=1.1.3 +version=1.1.4 arch=$(uname -m) os=$(uname -s) diff --git a/website/public/uninstall.ps1 b/website/public/uninstall.ps1 index dece58f..1a28da7 100644 --- a/website/public/uninstall.ps1 +++ b/website/public/uninstall.ps1 @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/ Write-Host "" $package = "superfile" -$version = "1.1.3" +$version = "1.1.4" $installInstructions = @' This uninstaller is only available for Windows.