From 9df9a1141380c226c331e78bee99139c55d3db40 Mon Sep 17 00:00:00 2001 From: plugd Date: Mon, 2 Aug 2021 10:07:29 +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 045b3ff..696e76e 100644 --- a/elpher-pkg.el +++ b/elpher-pkg.el @@ -1,4 +1,4 @@ -(define-package "elpher" "3.1.0" "A friendly gopher and gemini client" +(define-package "elpher" "3.2.0" "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 e6243e5..0e33295 100644 --- a/elpher.el +++ b/elpher.el @@ -20,7 +20,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.1.0 +;; Version: 3.2.0 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -85,7 +85,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.1.0" +(defconst elpher-version "3.2.0" "Current version of elpher.") (defconst elpher-margin-width 6 diff --git a/elpher.texi b/elpher.texi index 406dd8b..e2536d4 100644 --- a/elpher.texi +++ b/elpher.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @setfilename elpher.info -@settitle Elpher Manual v3.1.0 +@settitle Elpher Manual v3.2.0 @dircategory Emacs @direntry -- 2.20.1