diff --git a/docs/out/kpxhs.1 b/docs/out/kpxhs.1 index 253ffd2..fb3fccc 100644 --- a/docs/out/kpxhs.1 +++ b/docs/out/kpxhs.1 @@ -1,7 +1,7 @@ '\" t -.\" Automatically generated by Pandoc 2.14.0.2 +.\" Automatically generated by Pandoc 2.14.1 .\" -.TH "kpxhs" "1" "" "Version 1.7" "kpxhs manual" +.TH "kpxhs" "1" "" "Version 1.8" "kpxhs manual" .hy .SH NAME .PP @@ -561,7 +561,8 @@ installed with \[ga]keepassxc-cli\[ga] in PATH. \[ga]\[ti]/.config/kpxhs/theme.hs\[ga] .SH BUGS .PP -The issue tracker and repo is in: +The issue tracker and repo is in: + .SH LICENSE .PP GPLv3 or later diff --git a/docs/out/kpxhs.1.md b/docs/out/kpxhs.1.md index 3fff6b3..52bf64e 100644 --- a/docs/out/kpxhs.1.md +++ b/docs/out/kpxhs.1.md @@ -1,4 +1,4 @@ -% kpxhs(1) Version 1.7 | kpxhs manual +% kpxhs(1) Version 1.8 | kpxhs manual # NAME diff --git a/docs/src/part-1.md b/docs/src/part-1.md index fe0d8b8..a59f65d 100644 --- a/docs/src/part-1.md +++ b/docs/src/part-1.md @@ -1,4 +1,4 @@ -% kpxhs(1) Version 1.7 | kpxhs manual +% kpxhs(1) Version 1.8 | kpxhs manual # NAME diff --git a/kpxhs.cabal b/kpxhs.cabal index cb946e2..60bc8da 100644 --- a/kpxhs.cabal +++ b/kpxhs.cabal @@ -1,5 +1,5 @@ name: kpxhs -version: 1.7 +version: 1.8 synopsis: Interactive Keepass database TUI viewer description: Supports copying username and password; based on keepassxc-cli homepage: https://github.com/akazukin5151/kpxhs diff --git a/src/kpxhs/Constants.hs b/src/kpxhs/Constants.hs index 66b832d..106f250 100644 --- a/src/kpxhs/Constants.hs +++ b/src/kpxhs/Constants.hs @@ -5,7 +5,7 @@ module Constants where import Data.Text (Text) version :: Text -version = "1.7" +version = "1.8" goUpText :: Text goUpText = "-- (Go up directory) --"