diff options
| author | John MacFarlane <[email protected]> | 2024-02-17 10:05:34 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-17 10:05:34 -0800 |
| commit | 8d63ed444901d0c5ef675788dbd90ea99e2f494c (patch) | |
| tree | 9b4866d9d37869b5822ca3fb01add4280d611545 /pandoc-cli/pandoc-cli.cabal | |
| parent | aa759c430056cb46c61ffe007e18905fbcd8f277 (diff) | |
Bump to 3.1.12.1, update changelog and manuals.pandoc-cli-3.1.12.13.1.12.1
Diffstat (limited to 'pandoc-cli/pandoc-cli.cabal')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index 7dcfc443e..8c4261534 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-cli -version: 3.1.12 +version: 3.1.12.1 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md @@ -70,7 +70,7 @@ executable pandoc buildable: True -- Note: we always link to an exact version of pandoc, with the -- same version as this package: - build-depends: pandoc == 3.1.12, + build-depends: pandoc == 3.1.12.1, text other-modules: PandocCLI.Lua , PandocCLI.Server |
