diff --git a/bet.cabal b/bet.cabal
--- a/bet.cabal
+++ b/bet.cabal
@@ -1,5 +1,5 @@
 name:                bet
-version:             0.1.2.0
+version:             0.1.2.1
 synopsis:            Betfair API bindings. Bet on sports on betting exchanges.
 description:
     This library contains Haskell bindings to the Betfair API.
@@ -16,7 +16,7 @@
     something in the library breaks down.
     .
     In particular, check the Betfair API documentation page for which version
-    it is at the moment. This library is written against version 2.0 exactly.
+    it is at the moment. This library is written against version 2.1.
     .
     This library enforces limits on the number of calls you can do to Betfair
     API in a second, to help you avoid data charges. See
@@ -26,7 +26,7 @@
 license-file:        LICENSE
 author:              Mikko Juola
 maintainer:          mikjuo@gmail.com
-copyright:           Copyright (C) 2014 Mikko Juola
+copyright:           Copyright (C) 2014-2015 Mikko Juola
 category:            Network
 build-type:          Simple
 stability:           experimental
diff --git a/toys/login-test/Main.hs b/toys/login-test/Main.hs
--- a/toys/login-test/Main.hs
+++ b/toys/login-test/Main.hs
@@ -10,7 +10,7 @@
 import System.IO
 
 main :: IO ()
-main = withOpenSSL $ do
+main = do
    args <- getArgs
    if null args
      then usageHelp >> exitFailure
