diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-06 18:07:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-06 18:07:00 +0200 |
| commit | b70f660e36c024fa9319ea0e2977e45ef3c6f3ac (patch) | |
| tree | c7de67e46bc8fbecd33afb8e7d0fc181dca741d3 /lisp/git-commit-pkg.el | |
| parent | 0c35dc3748274c52cddc7d92aad98f69de2ad323 (diff) | |
Release version 3.2.1v3.2.1
Diffstat (limited to 'lisp/git-commit-pkg.el')
| -rw-r--r-- | lisp/git-commit-pkg.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el index 3b88a1d..105d602 100644 --- a/lisp/git-commit-pkg.el +++ b/lisp/git-commit-pkg.el @@ -1,8 +1,8 @@ -(define-package "git-commit" "3.2.0" +(define-package "git-commit" "3.2.1" "Edit Git commit messages." '((emacs "25.1") - (dash "20210330") - (transient "20210701") - (with-editor "20210524")) + (dash "2.18.1") + (transient "0.3.6") + (with-editor "3.0.4")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) |
