aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-pkg.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-10-04 21:55:06 +0200
committerJonas Bernoulli <jonas@bernoul.li>2021-10-04 21:55:06 +0200
commitf44f6c14500476d918e9c01de8449edb20af4113 (patch)
treecd0823f9b547fc35e6ad654f4ef7f3fa18db5409 /lisp/magit-pkg.el
parent9f1cbdaa5f6c51a6eaf85a4e0f7202e9d70f0e4d (diff)
Release version 3.3.0v3.3.0
Diffstat (limited to 'lisp/magit-pkg.el')
-rw-r--r--lisp/magit-pkg.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index 60a08ca..1dfaf4c 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,10 +1,10 @@
-(define-package "magit" "3.2.1"
+(define-package "magit" "3.3.0"
"A Git porcelain inside Emacs."
'((emacs "25.1")
- (dash "20210330")
- (git-commit "20210806")
- (magit-section "20210806")
- (transient "20210701")
- (with-editor "20210524"))
+ (dash "2.19.1")
+ (git-commit "3.3.0")
+ (magit-section "3.3.0")
+ (transient "0.3.6")
+ (with-editor "3.0.5"))
:homepage "https://magit.vc"
:keywords '("git" "tools" "vc"))