diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-01-10 10:16:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-01-10 10:16:15 -0800 |
commit | c83811773e59d78b45ac5a39d8ac1e4f3c58682d (patch) | |
tree | 907853afcade4dffecc1a2671b394da0c7e1b8e7 | |
parent | 15e33b33b4df67f989062a356e009ffc596bbc32 (diff) | |
download | pandoc-c83811773e59d78b45ac5a39d8ac1e4f3c58682d.tar.gz |
Bump to 2.11.4.
API change: export getReferences from T.P.Citeproc.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index bb68ea402..ede9af6f0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: pandoc -version: 2.11.3.2 +version: 2.11.4 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md |