[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/with-editor bce8d1bf3f 4/4: Release version 3.3.0
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/with-editor bce8d1bf3f 4/4: Release version 3.3.0 |
Date: |
Thu, 11 May 2023 18:04:10 -0400 (EDT) |
branch: elpa/with-editor
commit bce8d1bf3faf5237332aada3bb0920bbbc037fe7
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Release version 3.3.0
---
docs/with-editor.org | 4 ++--
docs/with-editor.texi | 4 ++--
lisp/with-editor.el | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/with-editor.org b/docs/with-editor.org
index 84fdfefa39..3ad8a4632a 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: With-Editor: (with-editor).
#+texinfo_dir_desc: Using the Emacsclient as $EDITOR
-#+subtitle: for version 3.2.0.50-git
+#+subtitle: for version 3.3.0
#+setupfile: .orgconfig
@@ -27,7 +27,7 @@ additional functionality which makes it useful even for
end-users, who
don't use Magit or another package which uses it internally.
#+texinfo: @noindent
-This manual is for With-Editor version 3.2.0.50-git.
+This manual is for With-Editor version 3.3.0.
#+texinfo: @insertcopying
:END:
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index f613f67eea..c17b5c337d 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 3.2.0.50-git
+@subtitle for version 3.3.0
@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 3.2.0.50-git.
+This manual is for With-Editor version 3.3.0.
@insertcopying
@end ifnottex
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index b1f3aefd48..2b682a24ee 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/with-editor
;; Keywords: processes terminals
-;; Package-Version: 3.2.0.50-git
+;; Package-Version: 3.3.0
;; Package-Requires: ((emacs "25.1") (compat "29.1.4.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later