From 4f859140dfdb80199eb7a92622f5926fcf9ae638 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 31 Oct 2013 11:54:35 +0400 Subject: Bump version number to 0.1.1.1 --- base32-bytestring.cabal | 4 ++-- changelog | 1 + 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 @@ name: base32-bytestring -version: 0.1.1.0 +version: 0.1.1.1 license: BSD3 license-file: LICENSE author: Sam Truzjan @@ -29,7 +29,7 @@ source-repository this type: git location: git://github.com/pxqr/base32-bytestring.git branch: master - tag: v0.1.1.0 + tag: v0.1.1.1 library default-language: Haskell2010 diff --git a/changelog b/changelog index a9b1ce5..16005df 100644 --- a/changelog +++ b/changelog @@ -1,2 +1,3 @@ * 0.1.0.0: Initial version. * 0.1.1.0: Added lenient decoding. +* 0.1.1.1: Update URLs after migration. -- cgit v1.2.3