diff --git a/README.md b/README.md index a9fd857..9b9097b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![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/) -[![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/) +[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.7.10&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.7.10&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek-bin/) [![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) [![Go Report Card](https://goreportcard.com/badge/github.com/moson-mo/pacseek)](https://goreportcard.com/report/github.com/moson-mo/pacseek) diff --git a/doc/pacseek.1 b/doc/pacseek.1 index b15ed77..4a38799 100644 --- a/doc/pacseek.1 +++ b/doc/pacseek.1 @@ -1,4 +1,4 @@ -.TH PACSEEK 1 "2023 May" "pacseek 1.7.9" +.TH PACSEEK 1 "2023 May" "pacseek 1.7.10" .SH NAME diff --git a/internal/pacseek/ui.go b/internal/pacseek/ui.go index 0ee6f3b..11de9f6 100644 --- a/internal/pacseek/ui.go +++ b/internal/pacseek/ui.go @@ -23,7 +23,7 @@ const ( UrlAurMaintainer = "https://aur.archlinux.org/packages?SeB=m&K=%s" - version = "1.7.9" + version = "1.7.10" ) // UI is holding our application information and all tview components