diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@
 
 
 [warped]:      https://github.com/swift-nav/warped
-[warped-img]:  https://cloud.githubusercontent.com/assets/60851/8178609/a077a326-13c4-11e5-9d54-3e417fc6dd6c.jpg
+[warped-img]:  https://user-images.githubusercontent.com/60851/36055247-e9d08794-0daf-11e8-95a2-6d7420e5822d.jpg
 [hackage]:     https://hackage.haskell.org/package/warped
 [hackage-img]: https://img.shields.io/hackage/v/warped.svg?style=flat
 [travis]:      https://travis-ci.org/swift-nav/warped
diff --git a/Shakefile.hs b/Shakefile.hs
--- a/Shakefile.hs
+++ b/Shakefile.hs
@@ -38,7 +38,7 @@
   --
   fake "." pats "sanity" $ const $ do
     need [ "build-error" ]
-    need [ "lint", "weed" ]
+    need [ "docs", "lint", "weed" ]
 
   -- | Default things to run.
   --
diff --git a/warped.cabal b/warped.cabal
--- a/warped.cabal
+++ b/warped.cabal
@@ -1,5 +1,5 @@
 name:                  warped
-version:               0.0.1
+version:               0.0.2
 synopsis:              Warp and Wai Library.
 description:           Library support around WAI and warp server.
 homepage:              https://github.com/swift-nav/warped
