diff --git a/AUTHORS b/AUTHORS
new file mode 100644
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+Clint Adams
+Frerich Raabe
diff --git a/MusicBrainz.cabal b/MusicBrainz.cabal
--- a/MusicBrainz.cabal
+++ b/MusicBrainz.cabal
@@ -1,5 +1,5 @@
 name:                MusicBrainz
-version:             0.1
+version:             0.1.1
 synopsis:            interface to MusicBrainz XML2 web service
 description:         interface to MusicBrainz XML2 web service
 homepage:            http://floss.scru.org/hMusicBrainz
@@ -7,10 +7,11 @@
 license-file:        LICENSE
 author:              Clint Adams
 maintainer:          clint@debian.org
-copyright:           2012 Clint Adams
+copyright:           2012-2013 Clint Adams
 category:            Network
 build-type:          Simple
 cabal-version:       >=1.8
+extra-source-files:  AUTHORS
 
 library
   exposed-modules: Network.Protocol.MusicBrainz.XML2.WebService
@@ -23,7 +24,7 @@
                , conduit       >= 0.4     && <0.6
                , text          ==0.11.*
                , time
-               , vector        ==0.9.*
+               , vector        >=0.9
                , xml-types     ==0.3.*
                , http-conduit  >= 1.4     && <1.9
                , http-types    >= 0.6     && <0.8
@@ -40,4 +41,4 @@
 source-repository this
   type:     git
   location: git://anonscm.debian.org/users/clint/MusicBrainz.git
-  tag:      hMB/0.1
+  tag:      hMB/0.1.1
