Bumped version to 0.3 after tagging 0.22.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@200 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
f6235d8c1d
commit
61ec2c0d4a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import Char ( toLower )
|
|||
import Control.Monad ( (>>=) )
|
||||
|
||||
version :: String
|
||||
version = "0.22"
|
||||
version = "0.3"
|
||||
|
||||
-- | Association list of formats and readers.
|
||||
readers :: [(String, ParserState -> String -> Pandoc)]
|
||||
|
|
Loading…
Reference in a new issue