diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2018-11-08 14:36:44 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2018-11-08 14:36:44 +0100 |
| commit | 6b7558c3f95fd6c5173d5fe947363b7b3d5e9cad (patch) | |
| tree | cc56e8d730e921a0ae1ac5cd309810c40160928f /lisp | |
| parent | ae9c883b02d74d0d578b61cdc070ee21227c07ab (diff) | |
Release version 2.13.12.13.1
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 5638af8..70adfe5 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 "20180413") (with-editor "20180414")) +;; 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 fa1c368..34143c1 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ -(define-package "magit" "2.13.0" +(define-package "magit" "2.13.1" "A Git porcelain inside Emacs." '((emacs "24.4") - (async "20180527") - (dash "20180413") - (ghub "20180417") - (git-commit "20180602") + (async "1.9.3") + (dash "2.14.1") + (ghub "2.0.1") + (git-commit "2.13.0") (let-alist "1.0.5") - (magit-popup "20180509") - (with-editor "20180414"))) + (magit-popup "2.12.3") + (with-editor "2.7.3"))) |
