Skip to content

Commit

Permalink
release to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yorukot committed Aug 1, 2024
1 parent 16af612 commit 92f7df0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release/release.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions website/public/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/
'@
2 changes: 1 addition & 1 deletion website/public/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion website/public/uninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 92f7df0

Please sign in to comment.