diff options
Diffstat (limited to 'lisp/transient.el')
| -rw-r--r-- | lisp/transient.el | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index 7265b4a..60e4a4f 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,8 +6,11 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.9.4 -;; Package-Requires: ((emacs "26.1") (compat "30.1") (seq "2.24")) +;; Package-Version: 0.10.0 +;; Package-Requires: ( +;; (emacs "26.1") +;; (compat "30.1") +;; (seq "2.24")) ;; SPDX-License-Identifier: GPL-3.0-or-later @@ -34,7 +37,7 @@ ;;; Code: -(defconst transient-version "0.9.4") +(defconst transient-version "0.10.0") (require 'cl-lib) (require 'compat) |
