From d2eaeda241e161dd6a6cb9fe3d3e0391ec6ae234 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Fri, 27 Sep 2013 22:22:23 +0400 Subject: Bump version --- base32-bytestring.cabal | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal index 498304d..8436eb6 100644 --- a/base32-bytestring.cabal +++ b/base32-bytestring.cabal @@ -1,5 +1,5 @@ name: base32-bytestring -version: 0.0.0.0 +version: 0.1.0.0 license: BSD3 license-file: LICENSE author: Sam Truzjan @@ -14,20 +14,25 @@ synopsis: Fast base32 and base32hex codec for ByteStrings description: base32 and base32hex codec according to RFC4648 - This package have API similar to base64-bytestring. + . + The package API is similar to base64-bytestring. + . + [/Release notes/] + . + * /0.1.0.0:/ Initial version. extra-source-files: README.md source-repository head type: git - location: git://github.com/cobit/base32.git + location: git://github.com/cobit/base32-bytestring.git branch: master source-repository this type: git - location: git://github.com/cobit/base32.git + location: git://github.com/cobit/base32-bytestring.git branch: master - tag: v0.0.0.0 + tag: v0.1.0.0 library default-language: Haskell2010 -- cgit v1.2.3