diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2018-03-29 22:07:19 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2018-03-29 22:07:19 +0200 |
| commit | f0a29e8adb233bf8f483e04874bf1042bc257789 (patch) | |
| tree | a5fd48e36f7de7ced27f0bf0a23345fc92bc5033 /lisp | |
| parent | c0b6b2806be2950f86dca16fe6f2e7fb289c2861 (diff) | |
Release version 2.12.02.12.0
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 99d2230..072150b 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 "20170817")) +;; Package-Requires: ((emacs "24.4") (dash "2.13.0") (with-editor "2.7.2")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index ac229bd..d53f16e 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 "20171207") - (git-commit "20170823") + (async "1.9.2") + (dash "2.13.0") + (ghub "2.0.0") + (git-commit "2.11.0") (let-alist "1.0.5") - (magit-popup "20171121") - (with-editor "20170817"))) + (magit-popup "2.13.3") + (with-editor "2.7.2"))) |
