diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-01 13:49:42 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-01 13:49:42 +0200 |
| commit | aa32e0d66cc389befed7a8e8df9439d92a729daa (patch) | |
| tree | 6ce223982ad850e24aa196645f6f3dd6304b60d9 /lisp | |
| parent | e9a636d3c7cbb9ac43ea4a08a1c252a02c7c3460 (diff) | |
Release version 0.9.4v0.9.4
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) |
