diff --git a/Crypto/Scrypt.hs b/Crypto/Scrypt.hs
--- a/Crypto/Scrypt.hs
+++ b/Crypto/Scrypt.hs
@@ -28,7 +28,7 @@
 --
 --  /Memory usage/ is approximately @128*r*N@ bytes. Note that the
 --  'params' function takes @log_2(N)@ as a parameter. As an example, the
---  'defaultParams'
+--  default parameters used by 'scrypt''
 --  
 --  @   log_2(N) = 14, r = 8 and p = 1@
 --
diff --git a/scrypt.cabal b/scrypt.cabal
--- a/scrypt.cabal
+++ b/scrypt.cabal
@@ -1,5 +1,5 @@
 name:           scrypt
-version:        0.2.0
+version:        0.2.1
 license:        BSD3
 license-file:   LICENSE
 category:       Cryptography
