summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-04 15:43:12 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-04 15:43:12 +0400
commitb346c9416d2c3bef4770c7e925411c76bd266ff6 (patch)
treefb11bf2ee0b1c51d890221e611dad2f0c6cc1d96
parentb5c37b01c4e88212de2aca9b0e2cd27165177277 (diff)
Bump version
-rw-r--r--base32-bytestring.cabal4
-rw-r--r--changelog1
2 files changed, 3 insertions, 2 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index b2609ff..7707d75 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -1,5 +1,5 @@
1name: base32-bytestring 1name: base32-bytestring
2version: 0.1.0.0 2version: 0.1.1.0
3license: BSD3 3license: BSD3
4license-file: LICENSE 4license-file: LICENSE
5author: Sam Truzjan 5author: Sam Truzjan
@@ -29,7 +29,7 @@ source-repository this
29 type: git 29 type: git
30 location: git://github.com/cobit/base32-bytestring.git 30 location: git://github.com/cobit/base32-bytestring.git
31 branch: master 31 branch: master
32 tag: v0.1.0.0 32 tag: v0.1.1.0
33 33
34library 34library
35 default-language: Haskell2010 35 default-language: Haskell2010
diff --git a/changelog b/changelog
index 4fcf313..a9b1ce5 100644
--- a/changelog
+++ b/changelog
@@ -1 +1,2 @@
1* 0.1.0.0: Initial version. 1* 0.1.0.0: Initial version.
2* 0.1.1.0: Added lenient decoding.