increase version number

This commit is contained in:
rnhmjoj 2017-02-20 16:24:02 +01:00
parent a4df6dde9e
commit febc498ca6
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -1,5 +1,5 @@
name: rosa name: rosa
version: 0.3.0.0 version: 0.3.1.0
synopsis: Query the namecoin blockchain synopsis: Query the namecoin blockchain
description: description:
@ -28,7 +28,7 @@ executable rosa
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
other-extensions: RecordWildCards, OverloadedStrings other-extensions: RecordWildCards, OverloadedStrings
build-depends: base >=4.8 && <5.0 , aeson, text, build-depends: base >=4.8 && <5.0, aeson, text,
vector, unordered-containers, vector, unordered-containers,
wreq, lens >=4.4, bytestring, wreq, lens >=4.4, bytestring,
optparse-applicative, process optparse-applicative, process