diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Bench v1.0.10
+# Bench v1.0.11
 
 This project provides the `bench` command-line tool, which is a more powerful
 alternative to the `time` command.  Use `bench` to benchmark a command using
diff --git a/bench.cabal b/bench.cabal
--- a/bench.cabal
+++ b/bench.cabal
@@ -1,5 +1,5 @@
 name:                bench
-version:             1.0.10
+version:             1.0.11
 synopsis:            Command-line benchmark tool
 description:         Think of this as a more powerful alternative to the @time@
                      command.  Use this command-line tool to benchmark a command
@@ -13,7 +13,6 @@
 copyright:           2016 Gabriel Gonzalez
 category:            System
 build-type:          Simple
-tested-with:         GHC == 7.8.4, GHC == 7.10.2
 cabal-version:       >=1.10
 extra-source-files:
     README.md
@@ -26,7 +25,7 @@
   main-is:             Main.hs
   default-language:    Haskell2010
   build-depends:       base                 >= 4.5      && < 5
-                     , criterion            >= 1.4      && < 1.5
+                     , criterion            >= 1.4      && < 1.6
                      , optparse-applicative >= 0.14.0.0 && < 0.15
                      , process              >= 1.3      && < 1.7
                      , silently             >= 1.1.1    && < 1.3
