From 28095b18fd83ddaf2f6aa4063556c71df2cc3b13 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Wed, 19 Aug 2015 06:06:44 +0300 Subject: [PATCH] Version bump --- pandoc-crossref.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc-crossref.cabal b/pandoc-crossref.cabal index 7c3ad401..548ded8d 100644 --- a/pandoc-crossref.cabal +++ b/pandoc-crossref.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: pandoc-crossref -version: 0.1.3.0 +version: 0.1.4.0 synopsis: Pandoc filter for cross-references description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them. license: GPL-2 @@ -23,7 +23,7 @@ source-repository head source-repository this type: git location: https://github.com/lierdakil/pandoc-crossref - tag: v0.1.3.0 + tag: v0.1.4.0 executable pandoc-crossref main-is: pandoc-crossref.hs