diff --git a/sloane.cabal b/sloane.cabal
--- a/sloane.cabal
+++ b/sloane.cabal
@@ -1,5 +1,5 @@
 Name:                sloane
-Version:             0.1.1
+Version:             0.1.2
 Synopsis:            A command line interface to Sloane's On-Line Encyclopedia of Integer Sequences
 Description:         A command line interface to Sloane's On-Line Encyclopedia of Integer Sequences.
                      For usage see <http://github.com/akc/sloane>.
diff --git a/sloane.hs b/sloane.hs
--- a/sloane.hs
+++ b/sloane.hs
@@ -29,7 +29,7 @@
          , limit = 5     &= name "n"  &= help "Limit the number of entries retrieved (default: 5)"
          , terms = def   &= argPos 0  &= typ "SEARCH-TERMS"
          }
-         &= versionArg [summary "sloane 0.1"]
+         &= versionArg [summary "sloane 0.1.2"]
          &= summary "Search Sloane's On-Line Encyclopedia of Integer Sequences"
 
 nonempty = not . null
