aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2024-10-01 22:52:22 +0200
committerJonas Bernoulli <jonas@bernoul.li>2024-10-01 22:52:22 +0200
commit93e86ceca7bf5b0ff9023d7f138e5f06990fc276 (patch)
treeb13f011841e45190dbafbf6aa5b8912478011a4b /lisp/magit.el
parentb0e6d02e6183c53663f170d64c19f17db7d04812 (diff)
Release version 4.1.1v4.1.1
Diffstat (limited to 'lisp/magit.el')
-rw-r--r--lisp/magit.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/magit.el b/lisp/magit.el
index bc3e6f0..845c5e5 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -17,14 +17,14 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
-;; Package-Version: 4.1.0
+;; Package-Version: 4.1.1
;; Package-Requires: (
;; (emacs "26.1")
;; (compat "30.0.0.0")
;; (dash "2.19.1")
-;; (magit-section "4.1.0")
+;; (magit-section "4.1.1")
;; (seq "2.24")
-;; (transient "0.7.5")
+;; (transient "0.7.6")
;; (with-editor "3.4.2"))
;; SPDX-License-Identifier: GPL-3.0-or-later