aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/git-commit.el4
-rw-r--r--lisp/magit-libgit.el2
-rw-r--r--lisp/magit-pkg.el12
-rw-r--r--lisp/magit-section.el4
4 files changed, 11 insertions, 11 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index dba55a9..b2806c6 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -13,8 +13,8 @@
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
-;; Package-Requires: ((emacs "25.1") (dash "20210330") (transient "20210524") (with-editor "20210524"))
-;; Package-Version: 3.0.0
+;; Package-Requires: ((emacs "25.1") (dash "2.18.1") (transient "0.3.6") (with-editor "3.0.4"))
+;; Package-Version: 3.1.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;; This file is free software; you can redistribute it and/or modify
diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el
index 41f5034..719bf12 100644
--- a/lisp/magit-libgit.el
+++ b/lisp/magit-libgit.el
@@ -10,7 +10,7 @@
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
-;; Package-Requires: ((emacs "26.1") (magit "3.0.0") (libgit "0"))
+;; Package-Requires: ((emacs "26.1") (magit "3.1.0") (libgit "0"))
;; Package-Version: 0
;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index 09d8bc8..9b6a6ff 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,10 +1,10 @@
-(define-package "magit" "3.0.0"
+(define-package "magit" "3.1.0"
"A Git porcelain inside Emacs."
'((emacs "25.1")
- (dash "20210330")
- (git-commit "20210525")
- (magit-section "20210525")
- (transient "20210524")
- (with-editor "20210524"))
+ (dash "2.18.1")
+ (git-commit "3.1.0")
+ (magit-section "3.1.0")
+ (transient "0.3.6")
+ (with-editor "3.0.4"))
:homepage "https://magit.vc"
:keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 99acb1e..6b6fff9 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -10,8 +10,8 @@
;; Keywords: tools
;; Homepage: https://github.com/magit/magit
-;; Package-Requires: ((emacs "25.1") (dash "20210330"))
-;; Package-Version: 3.0.0
+;; Package-Requires: ((emacs "25.1") (dash "2.18.1"))
+;; Package-Version: 3.1.0
;; SPDX-License-Identifier: GPL-3.0-or-later
;; Magit-Section is free software; you can redistribute it and/or modify