Skip to content

Commit

Permalink
properly bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spwhitton committed Nov 10, 2016
1 parent 502571b commit 3be9276
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<!-- -*- mode: markdown; -*- -->

# 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pandoc-citeproc-preamble.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3be9276

Please sign in to comment.