diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-01 19:31:14 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-01-01 19:31:14 +0100 |
| commit | 1f7039ef8d548d6fe858084fcbeae7588eba4190 (patch) | |
| tree | 8d2a0f85c40b012070de8cf12bce298ec0846f54 /lisp | |
| parent | 270e8794e32ef68ae11ea13319fcbfe4a94a37cc (diff) | |
Release version 0.12.0v0.12.0
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 a5ad317..a313d90 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/transient ;; Keywords: extensions -;; Package-Version: 0.11.0 +;; Package-Version: 0.12.0 ;; Package-Requires: ( ;; (emacs "28.1") ;; (compat "30.1") @@ -38,7 +38,7 @@ ;;; Code: -(defconst transient-version "0.11.0") +(defconst transient-version "0.12.0") (require 'cl-lib) (require 'compat) |
