summaryrefslogtreecommitdiff
path: root/lisp/transient.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/transient.el')
-rw-r--r--lisp/transient.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/transient.el b/lisp/transient.el
index ce7093b..e5b309b 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -6,8 +6,8 @@
;; Homepage: https://github.com/magit/transient
;; Keywords: extensions
-;; Package-Version: 0.8.8
-;; Package-Requires: ((emacs "26.1") (compat "30.1.0.0") (seq "2.24"))
+;; Package-Version: 0.9.0
+;; 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.8.8")
+(defconst transient-version "0.9.0")
(require 'cl-lib)
(require 'compat)