diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -pandoc (2.1) +pandoc (2.0.5) * Fix a bug in 2.0.4, whereby pandoc could not read the theme files generated with `--print-highlight-style` (#4133). Improve JSON diff --git a/pandoc.cabal b/pandoc.cabal index a5059b534..fa02ebfd9 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.1 +version: 2.0.5 cabal-version: >= 1.10 build-type: Custom license: GPL |