Skip to content

Commit

Permalink
Prepare the package for the 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Aug 6, 2021
1 parent ab99a30 commit 1a3911e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docstrip.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
\let\luapostamble\empty
\declarepreamble\texpreamble
Copyright (C) 2016-2020 Vít Novotný
Copyright (C) 2016-2021 Vít Novotný
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
Expand Down
8 changes: 4 additions & 4 deletions markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -597,11 +597,11 @@ documentation][techdoc].
% \fi
% \begin{macrocode}
local metadata = {
version = "2.9.0",
version = "2.10.0",
comment = "A module for the conversion from markdown to plain TeX",
author = "John MacFarlane, Hans Hagen, Vít Novotný",
copyright = {"2009-2016 John MacFarlane, Hans Hagen",
"2016-2020 Vít Novotný"},
"2016-2021 Vít Novotný"},
license = "LPPL 1.3"
}

Expand Down Expand Up @@ -6338,8 +6338,8 @@ pdftex --shell-escape document.tex
%
% \end{markdown}
% \begin{macrocode}
\def\markdownLastModified{2020/09/14}%
\def\markdownVersion{2.9.0}%
\def\markdownLastModified{2021/08/06}%
\def\markdownVersion{2.10.0}%
% \end{macrocode}
% \par
% \begin{markdown}
Expand Down

0 comments on commit 1a3911e

Please sign in to comment.