Skip to content

Commit

Permalink
update: bump to v1.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: moson-mo <mo-son@mailbox.org>
  • Loading branch information
moson-mo committed Jul 27, 2022
1 parent 2f8e7b3 commit 5fc1c13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.4.1-1&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek/)
[![pacseek-bin](https://img.shields.io/static/v1?label=pacseek-bin&message=v1.4.1-1&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek-bin/)
[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.4.2-1&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek/)
[![pacseek-bin](https://img.shields.io/static/v1?label=pacseek-bin&message=v1.4.2-1&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek-bin/)

[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/moson-mo/pacseek/Build)](https://github.com/moson-mo/pacseek/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/moson-mo/pacseek)](https://goreportcard.com/report/github.com/moson-mo/pacseek)
Expand Down
4 changes: 2 additions & 2 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ func Defaults() *Settings {
AurTimeout: 5000,
AurSearchDelay: 500,
DisableAur: false,
MaxResults: 200,
MaxResults: 500,
PacmanDbPath: "/var/lib/pacman/",
PacmanConfigPath: "/etc/pacman.conf",
InstallCommand: "yay -S",
UninstallCommand: "yay -Rs",
SearchMode: "Contains",
SysUpgradeCommand: "yay",
SearchBy: "Name",
CacheExpiry: 5,
CacheExpiry: 10,
DisableCache: false,
ColorScheme: defaultColorScheme,
BorderStyle: "Double",
Expand Down
2 changes: 1 addition & 1 deletion internal/pacseek/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
aurPackageUrl = "https://aur.archlinux.org/packages/"
packageUrl = "https://archlinux.org/packages/"

version = "1.4.1"
version = "1.4.2"
)

// UI is holding our application information and all tview components
Expand Down

0 comments on commit 5fc1c13

Please sign in to comment.