diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2018-11-16 15:07:00 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2018-11-16 15:07:00 +0100 |
| commit | 791901b2f1d26fa0a383147fe77948a9abc753da (patch) | |
| tree | ab05a7801fbe6bb9e09e584f16968cec92c0d3cd /lisp | |
| parent | a0512b8027e6101a976a510e34f24e69d526b38e (diff) | |
Release version 2.90.1v2.90.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 4e14570..74e88c6 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 "25.1") (dash "20180910") (with-editor "20181103")) +;; Package-Requires: ((emacs "25.1") (dash "2.14.1") (with-editor "2.8.0")) ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index f4ac879..915eb28 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,9 +1,9 @@ -(define-package "magit" "2.90.0" +(define-package "magit" "2.90.1" "A Git porcelain inside Emacs." '((emacs "25.1") - (async "20180527") - (dash "20180910") - (ghub "20181107") - (git-commit "20181104") - (magit-popup "20181003") - (with-editor "20181103"))) + (async "1.9.3") + (dash "2.14.1") + (ghub "3.0.0") + (git-commit "2.90.0") + (magit-popup "2.12.4") + (with-editor "2.8.0"))) |
