diff --git a/flake.nix b/flake.nix index 500c9ec..4c34b30 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ packages = rec { superfile = pkgs.buildGoApplication { pname = "superfile"; - version = "1.1.5"; + version = "1.1.6"; src = ./.; modules = ./gomod2nix.toml; }; diff --git a/release/release.sh b/release/release.sh index 20ae02a..97481c9 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.5" +version="v1.1.6" osList=("darwin" "linux" "windows") archList=("amd64" "arm64") mkdir dist diff --git a/src/config/fixed_variable.go b/src/config/fixed_variable.go index 9b6c7a1..08f1948 100644 --- a/src/config/fixed_variable.go +++ b/src/config/fixed_variable.go @@ -9,7 +9,7 @@ var SuperFileDataDir = xdg.DataHome + "/superfile" var SuperFileStateDir = xdg.StateHome + "/superfile" const ( - CurrentVersion string = "v1.1.5" + CurrentVersion string = "v1.1.6" LatestVersionURL string = "https://api.github.com/repos/yorukot/superfile/releases/latest" LatestVersionGithub string = "github.com/yorukot/superfile/releases/latest" ) diff --git a/website/public/install.ps1 b/website/public/install.ps1 index 9dae2dc..4b0d210 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.5" +$version = "1.1.6" $installInstructions = @' This installer is only available for Windows. diff --git a/website/public/install.sh b/website/public/install.sh index 291d2e1..afaaec0 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.5 +version=1.1.6 arch=$(uname -m) os=$(uname -s) diff --git a/website/public/uninstall.ps1 b/website/public/uninstall.ps1 index 6663b09..40b53e9 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.5" +$version = "1.1.6" $installInstructions = @' This uninstaller is only available for Windows.