From 74d5a316c3b4d4513766612d11d62c7b9c0f9593 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Sat, 28 Sep 2013 03:33:29 +0400 Subject: Bump version --- bencoding.cabal | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'bencoding.cabal') diff --git a/bencoding.cabal b/bencoding.cabal index 30a2b62..56e0143 100644 --- a/bencoding.cabal +++ b/bencoding.cabal @@ -1,5 +1,5 @@ name: bencoding -version: 0.2.0.0 +version: 0.2.1.0 license: BSD3 license-file: LICENSE author: Sam Truzjan @@ -23,13 +23,21 @@ description: * /0.1.0.0:/ Initial version. . * /0.2.0.0:/ Added default decoders/encoders using GHC Generics. - + . + * /0.2.1.0:/ Arbitrary length integers. (by specification) extra-source-files: README.md source-repository head type: git location: git://github.com/cobit/bencoding.git + branch: master + +source-repository this + type: git + location: git://github.com/cobit/bencoding.git + branch: master + tag: v0.2.1.0 library default-language: Haskell2010 -- cgit v1.2.3