diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for net-spider-cli
 
+## 0.1.0.2  -- 2019-10-04
+
+* Confirm test with `hashable-1.3.0.0`.
+
 ## 0.1.0.1  -- 2019-08-04
 
 * Fix version bound for net-spider. It requires net-spider-0.3.2.0,
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
 # net-spider-cli
 
+Common CLI option parsers for NetSpider objects, like Spider configurations. See [net-spider-cli hackage](https://hackage.haskell.org/package/net-spider-cli).
 
 ## Author
 
diff --git a/net-spider-cli.cabal b/net-spider-cli.cabal
--- a/net-spider-cli.cabal
+++ b/net-spider-cli.cabal
@@ -1,5 +1,5 @@
 name:                   net-spider-cli
-version:                0.1.0.1
+version:                0.1.0.2
 author:                 Toshio Ito <debug.ito@gmail.com>
 maintainer:             Toshio Ito <debug.ito@gmail.com>
 license:                BSD3
@@ -27,7 +27,7 @@
                         net-spider >=0.3.2.0 && <0.4,
                         optparse-applicative >=0.14.3.0 && <0.16,
                         aeson >=1.2.4 && <1.5,
-                        hashable >=1.2.6.1 && <1.3,
+                        hashable >=1.2.6.1 && <1.4,
                         greskell-core >=0.1.2.4 && <0.2,
                         text >=1.2.2.2 && <1.3
 
