diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-05-25 13:41:44 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-05-25 13:41:44 +0200 |
| commit | b47e9d7d769437e279628d801a95c173c4ff26b4 (patch) | |
| tree | 74b35f4fcb03b4566735bc577724d4ffdb19c00c | |
| parent | ed4809afb805664df1a9916dc2b9cebbda0b096d (diff) | |
Release version 0.3.4v0.3.4
| -rw-r--r-- | docs/transient.org | 4 | ||||
| -rw-r--r-- | docs/transient.texi | 4 | ||||
| -rw-r--r-- | lisp/transient.el | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/transient.org b/docs/transient.org index 7f4d415..73e7ba3 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -8,7 +8,7 @@ #+TEXINFO_DIR_CATEGORY: Emacs #+TEXINFO_DIR_TITLE: Transient: (transient). #+TEXINFO_DIR_DESC: Transient Commands -#+SUBTITLE: for version 0.3.3 +#+SUBTITLE: for version 0.3.4 #+TEXINFO_DEFFN: t #+OPTIONS: H:4 num:4 toc:2 @@ -37,7 +37,7 @@ Calling a suffix command usually causes the transient to be exited but suffix commands can also be configured to not exit the transient. #+TEXINFO: @noindent -This manual is for Transient version 0.3.3. +This manual is for Transient version 0.3.4. #+BEGIN_QUOTE Copyright (C) 2018-2021 Jonas Bernoulli <jonas@bernoul.li> diff --git a/docs/transient.texi b/docs/transient.texi index 4e4be18..e79c2b9 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Transient User and Developer Manual -@subtitle for version 0.3.3 +@subtitle for version 0.3.4 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -65,7 +65,7 @@ Calling a suffix command usually causes the transient to be exited but suffix commands can also be configured to not exit the transient. @noindent -This manual is for Transient version 0.3.3. +This manual is for Transient version 0.3.4. @quotation Copyright (C) 2018-2021 Jonas Bernoulli <jonas@@bernoul.li> diff --git a/lisp/transient.el b/lisp/transient.el index 0369fa2..93a643c 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -7,7 +7,7 @@ ;; Keywords: bindings ;; Package-Requires: ((emacs "25.1")) -;; Package-Version: 0.3.3 +;; Package-Version: 0.3.4 ;; SPDX-License-Identifier: GPL-3.0-or-later |
