aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-section.el4
-rw-r--r--lisp/magit.el8
2 files changed, 6 insertions, 6 deletions
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 4999f16..46741b9 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -8,11 +8,11 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: tools
-;; Package-Version: 4.4.2
+;; Package-Version: 4.5.0
;; Package-Requires: (
;; (emacs "28.1")
;; (compat "30.1")
-;; (cond-let "0.1")
+;; (cond-let "0.2")
;; (llama "1.0")
;; (seq "2.24"))
diff --git a/lisp/magit.el b/lisp/magit.el
index 2abbef7..e0766a4 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -17,15 +17,15 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
-;; Package-Version: 4.4.2
+;; Package-Version: 4.5.0
;; Package-Requires: (
;; (emacs "28.1")
;; (compat "30.1")
-;; (cond-let "0.1")
+;; (cond-let "0.2")
;; (llama "1.0")
-;; (magit-section "4.4")
+;; (magit-section "4.5")
;; (seq "2.24")
-;; (transient "0.10")
+;; (transient "0.12")
;; (with-editor "3.4"))
;; SPDX-License-Identifier: GPL-3.0-or-later