Skip to content

Commit 6bc944c

Browse files
committed
update: bump to v1.7.9
Signed-off-by: moson-mo <mo-son@mailbox.org>
1 parent 625f10a commit 6bc944c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.7.8&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.7.8&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.7.9&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.7.9&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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH PACSEEK 1 "2023 March" "pacseek 1.7.8"
1+
.TH PACSEEK 1 "2023 May" "pacseek 1.7.9"
22

33
.SH NAME
44

internal/pacseek/ui.go

Lines changed: 1 addition & 1 deletion
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.7.8"
26+
version = "1.7.9"
2727
)
2828

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

0 commit comments

Comments
 (0)