diff --git a/Test/Robot/Connection.hs b/Test/Robot/Connection.hs
--- a/Test/Robot/Connection.hs
+++ b/Test/Robot/Connection.hs
@@ -26,7 +26,7 @@
 --
 -- @
 -- main = do
---     Just conn <- 'connect'
+--     conn <- 'connect'
 --     replicateM_ 500 $ do
 --         'runRobotWith' conn $ tap _A
 --         putStrLn \"Ducks!\"
diff --git a/robot.cabal b/robot.cabal
--- a/robot.cabal
+++ b/robot.cabal
@@ -1,5 +1,5 @@
 Name:                robot
-Version:             1.3
+Version:             1.3.0.1
 Synopsis:            Simulate keyboard and mouse events
 Homepage:            https://github.com/lfairy/robot
 License:             OtherLicense
