diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-10-06 20:13:47 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-10-06 20:15:32 +0200 |
| commit | 053d56e4de2dd78bf32f7af7ed5f289a91cdb6ac (patch) | |
| tree | 2c8f2fcaea729f3efa24f25c21d58f329eb36941 /lisp/transient.el | |
| parent | 765f4cb26d946389c4521e02e2d01658ad359df5 (diff) | |
Release version 0.10.1v0.10.1
Diffstat (limited to 'lisp/transient.el')
| -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 2fcc4b7..158799c 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.10.0 +;; Package-Version: 0.10.1 ;; Package-Requires: ( ;; (emacs "26.1") ;; (compat "30.1") @@ -37,7 +37,7 @@ ;;; Code: -(defconst transient-version "0.10.0") +(defconst transient-version "0.10.1") (require 'cl-lib) (require 'compat) |
