aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/magit-section.org4
-rw-r--r--Documentation/magit-section.texi4
-rw-r--r--Documentation/magit.org4
-rw-r--r--Documentation/magit.texi4
-rw-r--r--lisp/git-commit.el2
-rw-r--r--lisp/magit-libgit.el2
-rw-r--r--lisp/magit-pkg.el12
-rw-r--r--lisp/magit-section.el2
8 files changed, 17 insertions, 17 deletions
diff --git a/Documentation/magit-section.org b/Documentation/magit-section.org
index 1be2323..0cc01fa 100644
--- a/Documentation/magit-section.org
+++ b/Documentation/magit-section.org
@@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Magit-Section: (magit-section).
#+TEXINFO_DIR_DESC: Use Magit sections in your own packages.
-#+SUBTITLE: for version 3.1.0
+#+SUBTITLE: for version 3.1.1
#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:3 toc:2
@@ -26,7 +26,7 @@ user options see [[info:magit#Sections]]. This manual documents how you
can use sections in your own packages.
#+TEXINFO: @noindent
-This manual is for Magit-Section version 3.1.0.
+This manual is for Magit-Section version 3.1.1.
#+BEGIN_QUOTE
Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li>
diff --git a/Documentation/magit-section.texi b/Documentation/magit-section.texi
index 5f8fa54..84a8977 100644
--- a/Documentation/magit-section.texi
+++ b/Documentation/magit-section.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit-Section Developer Manual
-@subtitle for version 3.1.0
+@subtitle for version 3.1.1
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}. This manual documents how you
can use sections in your own packages.
@noindent
-This manual is for Magit-Section version 3.1.0.
+This manual is for Magit-Section version 3.1.1.
@quotation
Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/Documentation/magit.org b/Documentation/magit.org
index 1a309a7..505afc9 100644
--- a/Documentation/magit.org
+++ b/Documentation/magit.org
@@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Magit: (magit).
#+TEXINFO_DIR_DESC: Using Git from Emacs with Magit.
-#+SUBTITLE: for version 3.1.0
+#+SUBTITLE: for version 3.1.1
#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:3 toc:2
@@ -25,7 +25,7 @@ directly from within Emacs. While many fine Git clients exist, only
Magit and Git itself deserve to be called porcelains.
#+TEXINFO: @noindent
-This manual is for Magit version 3.1.0.
+This manual is for Magit version 3.1.1.
#+BEGIN_QUOTE
Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li>
diff --git a/Documentation/magit.texi b/Documentation/magit.texi
index 515d103..3a52213 100644
--- a/Documentation/magit.texi
+++ b/Documentation/magit.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit User Manual
-@subtitle for version 3.1.0
+@subtitle for version 3.1.1
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients exist, only
Magit and Git itself deserve to be called porcelains.
@noindent
-This manual is for Magit version 3.1.0.
+This manual is for Magit version 3.1.1.
@quotation
Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 6b63351..b2806c6 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -13,7 +13,7 @@
;; Keywords: git tools vc
;; Homepage: https://github.com/magit/magit
-;; Package-Requires: ((emacs "25.1") (dash "20210330") (transient "20210701") (with-editor "20210524"))
+;; Package-Requires: ((emacs "25.1") (dash "2.18.1") (transient "0.3.6") (with-editor "3.0.4"))
;; Package-Version: 3.1.0
;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el
index 719bf12..7aa3ed3 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.0") (libgit "0"))
+;; Package-Requires: ((emacs "26.1") (magit "3.1.1") (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 865c724..bf5b0ea 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,10 +1,10 @@
-(define-package "magit" "3.1.0"
+(define-package "magit" "3.1.1"
"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.1.0")
+ (magit-section "3.1.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..6b6fff9 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -10,7 +10,7 @@
;; Keywords: tools
;; Homepage: https://github.com/magit/magit
-;; Package-Requires: ((emacs "25.1") (dash "20210330"))
+;; Package-Requires: ((emacs "25.1") (dash "2.18.1"))
;; Package-Version: 3.1.0
;; SPDX-License-Identifier: GPL-3.0-or-later