diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs index ddb453f88..55a2fdc2b 100644 --- a/Text/Pandoc.hs +++ b/Text/Pandoc.hs @@ -111,4 +111,4 @@ import Text.Pandoc.Shared -- | Version number of pandoc library. pandocVersion :: String -pandocVersion = "1.0.0.1" +pandocVersion = "1.0.0.2" diff --git a/pandoc.cabal b/pandoc.cabal index a1298934e..6c29996ad 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.0.0.1 +Version: 1.0.0.2 Cabal-Version: >= 1.2 Build-Type: Custom License: GPL