Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
yorukot committed Apr 23, 2024
1 parent 4eb6b6d commit 1bb15bd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ If applicable, add screenshots to help explain your problem.
**System information (please complete the following information):**
- OS: [e.g. iOS]
- Version [e.g. 22]
- Superfile Version [e.g. 1.1.0]
- Superfile Version [e.g. 1.1.1]
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.0"
version="v1.1.1"
osList=("darwin" "linux")
archList=("amd64" "arm64")
mkdir dist
Expand Down
3 changes: 2 additions & 1 deletion release/release_check.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
- [ ] check all plugins is disable
- [ ] check all plugins is disable
- [ ] check update version and zip file
4 changes: 2 additions & 2 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ var SuperFileCacheDir = basedir.CacheHome + "/superfile"
var SuperFileDataDir = basedir.DataHome + "/superfile"

const (
currentVersion string = "v1.1.0"
currentVersion string = "v1.1.1"
latestVersionURL string = "https://api.github.com/repos/MHNightCat/superfile/releases/latest"
latestVersionGithub string = "github.com/MHNightCat/superfile/releases/latest"
themeZip string = "https://github.com/MHNightCat/superfile/raw/main/themeZip/v1.1.0/theme.zip"
themeZip string = "https://github.com/MHNightCat/superfile/raw/main/themeZip/v1.1.1/theme.zip"
)

const (
Expand Down
Binary file added themeZip/v1.1.1/theme.zip
Binary file not shown.

0 comments on commit 1bb15bd

Please sign in to comment.