From 3be927667446a63a6e2e340ff6c2595ef8d6a81e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 10 Nov 2016 09:48:40 -0700 Subject: properly bump versions --- CHANGELOG | 5 +++++ README.md | 2 +- pandoc-citeproc-preamble.cabal | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0f62468..4d05ba9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ +# Version 1.2.1 (2016-11-10) # + +* Bump version in pandoc-citeproc-preamble.cabal. +* Bump resolver in README.md. + # Version 1.2.0 (2016-11-10) # * Bump LTS Haskell version to 7.8. diff --git a/README.md b/README.md index bd86bce..a853b50 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you are not a Haskell programmer, you might find it easier to 1. install [Stack][]; 2. ensure that `~/.local/bin` is in your shell's PATH -3. run `stack install --resolver=lts-5.4 pandoc-citeproc-preamble`. +3. run `stack install --resolver=lts-7.8 pandoc-citeproc-preamble`. [Stack]: https://github.com/commercialhaskell/stack diff --git a/pandoc-citeproc-preamble.cabal b/pandoc-citeproc-preamble.cabal index 3517484..b88279b 100644 --- a/pandoc-citeproc-preamble.cabal +++ b/pandoc-citeproc-preamble.cabal @@ -1,5 +1,5 @@ name: pandoc-citeproc-preamble -version: 1.1.0 +version: 1.2.1 synopsis: Insert a preamble before pandoc-citeproc's bibliography description: Please see README.md homepage: https://github.com/spwhitton/pandoc-citeproc-preamble -- cgit v1.2.3