Skip to content

Commit 92f7df0

Browse files
committed
release to v1.1.4
1 parent 16af612 commit 92f7df0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: release/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env -S bash -euo pipefail
22

33
projectName="superfile"
4-
version="v1.1.3"
4+
version="v1.1.4"
55
osList=("darwin" "linux" "windows")
66
archList=("amd64" "arm64")
77
mkdir dist

Diff for: website/public/install.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
2222
Write-Host ""
2323

2424
$package = "superfile"
25-
$version = "1.1.3"
25+
$version = "1.1.4"
2626

2727
$installInstructions = @'
2828
This installer is only available for Windows.
@@ -109,5 +109,5 @@ Done!
109109
Restart you terminal, and for the love of Get-Command
110110
Take a look at tutorial :)
111111
112-
https://github.com/yorukot/superfile/wiki/Tutorial
112+
https://superfile.netlify.app/getting-started/tutorial/
113113
'@

Diff for: website/public/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then
3939
fi
4040

4141
package=superfile
42-
version=1.1.3
42+
version=1.1.4
4343
arch=$(uname -m)
4444
os=$(uname -s)
4545

Diff for: website/public/uninstall.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
2222
Write-Host ""
2323

2424
$package = "superfile"
25-
$version = "1.1.3"
25+
$version = "1.1.4"
2626

2727
$installInstructions = @'
2828
This uninstaller is only available for Windows.

0 commit comments

Comments
 (0)