aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2018-06-02 19:38:37 -0500
committerJonas Bernoulli <jonas@bernoul.li>2018-06-02 19:38:37 -0500
commite03685e813330a750c1d2e525a8f8c74901fccfb (patch)
treeb35c6c74325085be7d397c21ec4f5ff2a99407fc /lisp
parentd244a93202183dfcdc2f484c74f5ae84ec2255fa (diff)
Release version 2.13.02.13.0
Diffstat (limited to 'lisp')
-rw-r--r--lisp/git-commit.el2
-rw-r--r--lisp/magit-pkg.el12
2 files changed, 7 insertions, 7 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 5fa5276..2df072c 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -11,7 +11,7 @@
;; Marius Vollmer <marius.vollmer@gmail.com>
;; Maintainer: Jonas Bernoulli <jonas@bernoul.li>
-;; Package-Requires: ((emacs "24.4") (dash "20170810") (with-editor "20180318"))
+;; Package-Requires: ((emacs "24.4") (dash "2.14.1") (with-editor "2.7.3"))
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index eedb33a..6e389d9 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,10 +1,10 @@
(define-package "magit" "2.12.0"
"A Git porcelain inside Emacs."
'((emacs "24.4")
- (async "20170823")
- (dash "20170810")
- (ghub "20180328")
- (git-commit "20180329")
+ (async "1.9.3")
+ (dash "2.14.1")
+ (ghub "2.0.1")
+ (git-commit "2.12.1")
(let-alist "1.0.5")
- (magit-popup "20180329")
- (with-editor "20180318")))
+ (magit-popup "2.12.3")
+ (with-editor "2.7.3")))