diff --git a/README.md b/README.md index 6be954e..8ab78e7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.8.2&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.8.2&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.8.3&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.8.3&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 4c7c9f0..95ec37a 100644 --- a/doc/pacseek.1 +++ b/doc/pacseek.1 @@ -1,4 +1,4 @@ -.TH PACSEEK 1 "2023 December" "pacseek 1.8.2" +.TH PACSEEK 1 "2024 March" "pacseek 1.8.3" .SH NAME diff --git a/internal/pacseek/ui.go b/internal/pacseek/ui.go index 747711e..5874366 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.8.2" + version = "1.8.3" ) // UI is holding our application information and all tview components