diff --git a/ReadMe.md b/ReadMe.md
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,7 +1,7 @@
 
 > "Historically, strongrooms were built in the basement of a bank where the ceilings were vaulted, hence the name."
 
-<div style="text-align: right">Art. "Bank vault", Wikipedia.</div>
+Art. "Bank vault", Wikipedia.
 
 ### Gothic, a Haskell client for Vault KV Engine v2 [![Build Status](https://travis-ci.org/MichelBoucey/gothic.svg?branch=master)](https://travis-ci.org/MichelBoucey/gothic)
 
diff --git a/gothic.cabal b/gothic.cabal
--- a/gothic.cabal
+++ b/gothic.cabal
@@ -1,5 +1,5 @@
 name:                gothic
-version:             0.1.0
+version:             0.1.1
 synopsis:            A Haskell Vault KVv2 secret engine client
 description:         A Haskell HashiCorp Vault KVv2 secret engine client library
 homepage:            https://github.com/MichelBoucey/gothic
@@ -31,11 +31,11 @@
   build-depends:      aeson                >= 0.8.0.2 && < 1.5
                     , base                 >= 4.8.1.0 && < 5
                     , binary               >= 0.8.5.1 && < 0.9
-                    , connection           >= 0.2.8 && < 0.3
+                    , connection           >= 0.2.8 && < 0.4
                     , exceptions           >= 0.10.0 && < 0.11
                     , hashable             >= 1.2.7.0 && < 1.3
                     , http-conduit         >= 2.3.2 && < 2.4
-                    , http-client          >= 0.5.13.1 && < 0.6
+                    , http-client          >= 0.5.13.1 && < 0.7
                     , http-client-tls      >= 0.3.5.3 && < 0.4
                     , http-types           >= 0.12.2 && < 0.13
                     , bytestring           >= 0.10.8.2 && < 0.11
