File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 packages = rec {
2828 superfile = pkgs . buildGoApplication {
2929 pname = "superfile" ;
30- version = "1.2.0.0 " ;
30+ version = "1.2.1 " ;
3131 src = ./. ;
3232 modules = ./gomod2nix.toml ;
3333 } ;
Original file line number Diff line number Diff line change 11#! /usr/bin/env -S bash -euo pipefail
22
33projectName=" superfile"
4- version=" v1.2.0.0 "
4+ version=" v1.2.1 "
55osList=(" darwin" " linux" " windows" )
66archList=(" amd64" " arm64" )
77mkdir dist
Original file line number Diff line number Diff line change 77)
88
99const (
10- CurrentVersion string = "v1.2.0.0 "
10+ CurrentVersion string = "v1.2.1 "
1111 LatestVersionURL string = "https://api.github.com/repos/yorukot/superfile/releases/latest"
1212 LatestVersionGithub string = "github.com/yorukot/superfile/releases/latest"
1313
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
2222Write-Host " "
2323
2424$package = " superfile"
25- $version = " 1.2.0.0 "
25+ $version = " 1.2.1 "
2626
2727$installInstructions = @'
2828This installer is only available for Windows.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ if [ $? -ne 0 ]; then
3939fi
4040
4141package=superfile
42- version=1.2.0.0
42+ version=1.2.1
4343arch=$( uname -m)
4444os=$( uname -s)
4545
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write-Host -ForegroundColor Red " `$`$/
2222Write-Host " "
2323
2424$package = " superfile"
25- $version = " 1.2.0.0 "
25+ $version = " 1.2.1 "
2626
2727$installInstructions = @'
2828This uninstaller is only available for Windows.
You can’t perform that action at this time.
0 commit comments