diff options
-rw-r--r-- | Text/Pandoc.hs | 2 | ||||
-rw-r--r-- | pandoc.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs index 74a5e9295..ddb453f88 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" +pandocVersion = "1.0.0.1" diff --git a/pandoc.cabal b/pandoc.cabal index 6abe85db1..4c33766d3 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ Name: pandoc -Version: 1.0 +Version: 1.0.0.1 Cabal-Version: >= 1.2 Build-Type: Custom License: GPL |