diff --git a/scotty-resource.cabal b/scotty-resource.cabal
--- a/scotty-resource.cabal
+++ b/scotty-resource.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                scotty-resource
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A Better way of modeling web resources.
 description:         
                      Allows users of the Scotty web framework to model
@@ -28,7 +28,7 @@
     base         >= 4.7      && < 4.8,
     containers   >= 0.1.0.0  && < 0.6,
     http-types   >= 0.8.2    && < 0.10,
-    scotty       >= 0.11.0   && < 0.12,
+    scotty       >= 0.10     && < 0.12,
     text         >= 0.11.3.1 && < 1.3,
     transformers >= 0.3.0.0  && < 0.5,
     wai          >= 3.0.0    && < 3.3
