summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-31 11:54:35 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-31 11:54:35 +0400
commit4f859140dfdb80199eb7a92622f5926fcf9ae638 (patch)
tree68df50a1bd5b33ef85f1d250e70c1f38e49460f4
parent3f678cf9c8c243c555d526e67248eb5823883613 (diff)
Bump version number to 0.1.1.1
-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 bd88b0d..1925b62 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -1,5 +1,5 @@
1name: base32-bytestring 1name: base32-bytestring
2version: 0.1.1.0 2version: 0.1.1.1
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/pxqr/base32-bytestring.git 30 location: git://github.com/pxqr/base32-bytestring.git
31 branch: master 31 branch: master
32 tag: v0.1.1.0 32 tag: v0.1.1.1
33 33
34library 34library
35 default-language: Haskell2010 35 default-language: Haskell2010
diff --git a/changelog b/changelog
index a9b1ce5..16005df 100644
--- a/changelog
+++ b/changelog
@@ -1,2 +1,3 @@
1* 0.1.0.0: Initial version. 1* 0.1.0.0: Initial version.
2* 0.1.1.0: Added lenient decoding. 2* 0.1.1.0: Added lenient decoding.
3* 0.1.1.1: Update URLs after migration.