summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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