Skip to content

Commit a4ead87

Browse files
committed
update: bump to v1.8.5
Signed-off-by: moson-mo <[email protected]>
1 parent 59ca2e2 commit a4ead87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.8.4&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek/)
2-
[![pacseek-bin](https://img.shields.io/static/v1?label=pacseek-bin&message=v1.8.4&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek-bin/)
1+
[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.8.5&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek/)
2+
[![pacseek-bin](https://img.shields.io/static/v1?label=pacseek-bin&message=v1.8.5&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek-bin/)
33

44
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/moson-mo/pacseek/build.yml?branch=main)](https://github.com/moson-mo/pacseek/actions)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/moson-mo/pacseek)](https://goreportcard.com/report/github.com/moson-mo/pacseek)

doc/pacseek.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PACSEEK 1 "2024 December" "pacseek 1.8.4"
1+
.TH PACSEEK 1 "2025 March" "pacseek 1.8.5"
22

33
.SH NAME
44

internal/pacseek/ui.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const (
2323

2424
UrlAurMaintainer = "https://aur.archlinux.org/packages?SeB=m&K=%s"
2525

26-
version = "1.8.4"
26+
version = "1.8.5"
2727
)
2828

2929
// UI is holding our application information and all tview components

0 commit comments

Comments
 (0)