diff --git a/apiary-memcached.cabal b/apiary-memcached.cabal
--- a/apiary-memcached.cabal
+++ b/apiary-memcached.cabal
@@ -1,5 +1,5 @@
 name:                apiary-memcached
-version:             1.2.2
+version:             1.3.0
 synopsis:            memcached client for apiary web framework.
 -- description:
 license:             MIT
@@ -8,7 +8,7 @@
 maintainer:          HirotomoMoriwaki<philopon.dependence@gmail.com>
 Homepage:            https://github.com/philopon/apiary
 Bug-reports:         https://github.com/philopon/apiary/issues
-copyright:           (c) 2014 Hirotomo Moriwaki
+copyright:           (c) 2014-2015 Hirotomo Moriwaki
 category:            Web
 build-type:          Simple
 stability:           stable
@@ -19,7 +19,7 @@
   exposed-modules:     Web.Apiary.Memcached
   other-modules:       
   build-depends:       base               >=4.6   && <4.8
-                     , apiary             >=1.1   && <1.3
+                     , apiary             >=1.1   && <1.4
                      , memcached-binary   >=0.1   && <0.3
                      , data-default-class >=0.0   && <0.1
                      , bytestring         >=0.10  && <0.11
