diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/transient.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index 67b806b..71953d0 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.9.3 +;; Package-Version: 0.9.4 ;; Package-Requires: ((emacs "26.1") (compat "30.1") (seq "2.24")) ;; SPDX-License-Identifier: GPL-3.0-or-later @@ -34,7 +34,7 @@ ;;; Code: -(defconst transient-version "0.9.3") +(defconst transient-version "0.9.4") (require 'cl-lib) (require 'compat) |
