diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | build-aux/PKGBUILD | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | hall.scm | 2 |
4 files changed, 7 insertions, 4 deletions
@@ -3,6 +3,9 @@ SPDX-FileCopyrightText: 2023 Fredrik Salomonsson <plattfot@posteo.net> SPDX-License-Identifier: GPL-3.0-or-later 2023-03-19 Fredrik Salomonsson <plattfot@posteo.net> + * 2.0.5: + Remove unused scrollbar - Contributed by 2tefan. +2023-03-19 Fredrik Salomonsson <plattfot@posteo.net> * 2.0.4: Version 3.0 of the REUSE specification compliant. 2021-01-31 Fredrik Salomonsson <plattfot@posteo.net> diff --git a/build-aux/PKGBUILD b/build-aux/PKGBUILD index 0d7eb38..d50f2e3 100644 --- a/build-aux/PKGBUILD +++ b/build-aux/PKGBUILD @@ -4,7 +4,7 @@ # Maintainer: Fredrik Salomonsson <plattfot@posteo.net> pkgname=guile-pinentry-rofi -pkgver=2.0.4 +pkgver=2.0.5 pkgrel=1 epoch= pkgdesc="rofi frontend for pinentry" diff --git a/configure.ac b/configure.ac index 7719cf7..0719853 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ dnl SPDX-License-Identifier: CC0-1.0 dnl -*- Autoconf -*- -AC_INIT(pinentry-rofi, 2.0.4) -AC_SUBST(HVERSION, "\"2.0.4\"") +AC_INIT(pinentry-rofi, 2.0.5) +AC_SUBST(HVERSION, "\"2.0.5\"") AC_SUBST(AUTHOR, "\"Fredrik Salomonsson\"") AC_SUBST(COPYRIGHT, "'(2020)") AC_SUBST(LICENSE, gpl3+) @@ -5,7 +5,7 @@ (hall-description (name "pinentry-rofi") (prefix "") - (version "2.0.4") + (version "2.0.5") (author "Fredrik Salomonsson") (copyright (2020 2021 2022 2023)) (synopsis "Rofi frontend to pinentry") |