From fff9ab154af67a4698b6daf77f05457131b22271 Mon Sep 17 00:00:00 2001 From: plugd Date: Mon, 2 Aug 2021 11:40:09 +0200 Subject: [PATCH] Version bump. --- elpher-pkg.el | 2 +- elpher.el | 4 ++-- elpher.texi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/elpher-pkg.el b/elpher-pkg.el index 696e76e..f35f99a 100644 --- a/elpher-pkg.el +++ b/elpher-pkg.el @@ -1,4 +1,4 @@ -(define-package "elpher" "3.2.0" "A friendly gopher and gemini client" +(define-package "elpher" "3.2.1" "A friendly gopher and gemini client" '((emacs "27.1")) :keywords ("convenience") :authors (("Tim Vaughan" . "plugd@thelambdalab.xyz")) diff --git a/elpher.el b/elpher.el index b4e508a..6963987 100644 --- a/elpher.el +++ b/elpher.el @@ -20,7 +20,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.2.0 +;; Version: 3.2.1 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -85,7 +85,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.2.0" +(defconst elpher-version "3.2.1" "Current version of elpher.") (defconst elpher-margin-width 6 diff --git a/elpher.texi b/elpher.texi index 0feebd0..564e390 100644 --- a/elpher.texi +++ b/elpher.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename elpher.info -@settitle Elpher Manual v3.2.0 +@settitle Elpher Manual v3.2.1 @dircategory Emacs @direntry -- 2.20.1