diff --git a/Network/HTTP/Client.hs b/Network/HTTP/Client.hs
--- a/Network/HTTP/Client.hs
+++ b/Network/HTTP/Client.hs
@@ -17,7 +17,7 @@
 -- 'newManager' 'defaultManagerSettings'
 -- @
 --
--- or using the 'braket' pattern with
+-- or using the 'bracket' pattern with
 --
 -- @
 -- 'withManager' 'defaultManagerSettings'
diff --git a/http-client.cabal b/http-client.cabal
--- a/http-client.cabal
+++ b/http-client.cabal
@@ -1,5 +1,5 @@
 name:                http-client
-version:             0.2.1
+version:             0.2.1.1
 synopsis:            An HTTP client engine, intended as a base layer for more user-friendly packages.
 description:         This codebase has been refactored from http-conduit.
 homepage:            https://github.com/snoyberg/http-client
