summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-01-07 11:56:42 +0100
committerJonas Bernoulli <jonas@bernoul.li>2022-01-07 11:56:42 +0100
commita4e720b12a0946a271a274bbe0b45ae07f83520b (patch)
treed57d9842e96ec7bbe6b3a58fe7962aac4a56906d
parent36d36957628621e8340f755b22082e1f4ed8e2d7 (diff)
Release version 3.1.1v3.1.1
-rw-r--r--docs/with-editor.texi4
-rw-r--r--lisp/with-editor.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index 503cb2e..4d18904 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title With-Editor User Manual
-@subtitle for version v3.1.0
+@subtitle for version v3.1.1
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -60,7 +60,7 @@ additional functionality which makes it useful even for end-users, who
don't use Magit or another package which uses it internally.
@noindent
-This manual is for With-Editor version v3.1.0.
+This manual is for With-Editor version v3.1.1.
@quotation
Copyright (C) 2015-2022 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 4465726..b875e12 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -11,7 +11,7 @@
;; Homepage: https://github.com/magit/with-editor
;; Package-Requires: ((emacs "24.4"))
-;; Package-Version: 3.0.5
+;; Package-Version: 3.1.1
;; SPDX-License-Identifier: GPL-3.0-or-later