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 c4091a3..08ed0cc 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.12.0 +;; Package-Version: 0.13.0 ;; Package-Requires: ( ;; (emacs "28.1") ;; (compat "30.1") @@ -44,7 +44,7 @@ ;;; Code: -(defconst transient-version "0.12.0") +(defconst transient-version "0.13.0") (require 'cl-lib) (require 'compat) |
