diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-06-09 18:09:16 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-06-09 18:09:16 +0200 |
| commit | f3f498aa155f88c7e2ab6d1d01d1361813059db8 (patch) | |
| tree | 2271aa97f555120c0d039b1fe82a07bf89611bc1 /lisp | |
| parent | 13daf473d5080b91bc37f40e0f3b566738707914 (diff) | |
Release version 0.9.2v0.9.2
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 2e83f94..8501dc3 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.1 +;; Package-Version: 0.9.2 ;; 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.1") +(defconst transient-version "0.9.2") (require 'cl-lib) (require 'compat) |
