diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-01 12:01:30 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-01 12:01:30 +0200 |
| commit | 93f03389d055fe1f648b37a85fade85e8635b41c (patch) | |
| tree | 34c9689b876a3c882a138153a31313b00059c219 /lisp | |
| parent | e8acaa9522fbb3847ba1308c50c0b4b0b9dd957f (diff) | |
Release version 3.2.0v3.2.0
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit.el | 4 | ||||
| -rw-r--r-- | lisp/magit-libgit.el | 2 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 12 | ||||
| -rw-r--r-- | lisp/magit-section.el | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 6b63351..002ca8b 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 "20210701") (with-editor "20210524")) -;; Package-Version: 3.1.0 +;; Package-Requires: ((emacs "25.1") (dash "2.18.1") (transient "0.3.6") (with-editor "3.0.4")) +;; Package-Version: 3.2.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 7aa3ed3..dcb1f59 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.1.1") (libgit "0")) +;; Package-Requires: ((emacs "26.1") (magit "3.2.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 1c46644..ca07853 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ -(define-package "magit" "3.1.1" +(define-package "magit" "3.2.0" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "20210330") - (git-commit "20210701") - (magit-section "20210701") - (transient "20210701") - (with-editor "20210524")) + (dash "2.18.1") + (git-commit "3.2.0") + (magit-section "3.2.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 221a300..4f5f04d 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.1.0 +;; Package-Requires: ((emacs "25.1") (dash "2.18.1")) +;; Package-Version: 3.2.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Magit-Section is free software; you can redistribute it and/or modify |
