summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:40:45 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-10-01 07:40:45 +0400
commitf75e72998955d3c0df18423689e6a131a966e532 (patch)
tree0e67fec81e8cd65553dddf1839c70617f8ad0686
parentc86243cc7e7da41099c0c8d284dc119d84006695 (diff)
Bump version
-rw-r--r--bencoding.cabal4
-rw-r--r--changelog1
2 files changed, 3 insertions, 2 deletions
diff --git a/bencoding.cabal b/bencoding.cabal
index a25f0a8..9b913a8 100644
--- a/bencoding.cabal
+++ b/bencoding.cabal
@@ -1,5 +1,5 @@
1name: bencoding 1name: bencoding
2version: 0.4.0.1 2version: 0.4.0.2
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/bencoding.git 30 location: git://github.com/cobit/bencoding.git
31 branch: master 31 branch: master
32 tag: v0.4.0.1 32 tag: v0.4.0.2
33 33
34library 34library
35 default-language: Haskell2010 35 default-language: Haskell2010
diff --git a/changelog b/changelog
index ca2dc96..c6455b9 100644
--- a/changelog
+++ b/changelog
@@ -4,3 +4,4 @@
4* 0.3.0.0: Rename BEncode to BValue and BEncodable to BEncode. 4* 0.3.0.0: Rename BEncode to BValue and BEncodable to BEncode.
5* 0.4.0.0: Faster dictionary conversion. 5* 0.4.0.0: Faster dictionary conversion.
6* 0.4.0.1: Nothing changed. 6* 0.4.0.1: Nothing changed.
7* 0.4.0.2: Minor fixes.