diff --git a/src/Test/WebDriver/Class.hs b/src/Test/WebDriver/Class.hs
--- a/src/Test/WebDriver/Class.hs
+++ b/src/Test/WebDriver/Class.hs
@@ -27,7 +27,7 @@
 
 
   
-  -- |A class for monads that can handle wire protocol requests. This is the
+-- |A class for monads that can handle wire protocol requests. This is the
 -- operation underlying all of the high-level commands exported in
 -- "Test.WebDriver.Commands". For more information on the wire protocol see
 -- <http://code.google.com/p/selenium/wiki/JsonWireProtocol>
diff --git a/src/Test/WebDriver/Session.hs b/src/Test/WebDriver/Session.hs
--- a/src/Test/WebDriver/Session.hs
+++ b/src/Test/WebDriver/Session.hs
@@ -54,7 +54,7 @@
                              -- |The complete history of HTTP requests and
                              -- responses, most recent first.
                            , wdSessHist :: [(Request, Response LBS.ByteString)]
-                             -- Update function used to append new entries to session history
+                             -- |Update function used to append new entries to session history
                            , wdSessHistUpdate :: (Request, Response LBS.ByteString)
                                                  -> [(Request, Response LBS.ByteString)]
                                                  -> [(Request, Response LBS.ByteString)]
@@ -62,7 +62,7 @@
                            , wdSessHTTPManager :: Manager
                            }
     
- -- |The last HTTP request issued by this session, if any.
+-- |The last HTTP request issued by this session, if any.
 lastHTTPRequest :: WDSession -> Maybe Request
 lastHTTPRequest = fmap fst . listToMaybe . wdSessHist
 
diff --git a/webdriver.cabal b/webdriver.cabal
--- a/webdriver.cabal
+++ b/webdriver.cabal
@@ -1,5 +1,5 @@
 Name: webdriver
-Version: 0.6
+Version: 0.6.0.1
 Cabal-Version: >= 1.8
 License: BSD3
 License-File: LICENSE
