diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Gabriel Gonzalez (c) 2016
+Copyright Gabriella Gonzalez (c) 2016
 
 All rights reserved.
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@
 
 ## License (BSD 3-clause)
 
-Copyright Gabriel Gonzalez (c) 2016
+Copyright Gabriella Gonzalez (c) 2016
 
 All rights reserved.
 
diff --git a/bench.cabal b/bench.cabal
--- a/bench.cabal
+++ b/bench.cabal
@@ -1,16 +1,16 @@
 name:                bench
-version:             1.0.12
+version:             1.0.13
 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
                      using Haskell's @criterion@ library.
-homepage:            https://github.com/Gabriel439/bench
-bug-reports:         https://github.com/Gabriel439/bench/issues
+homepage:            https://github.com/Gabriella439/bench
+bug-reports:         https://github.com/Gabriella439/bench/issues
 license:             BSD3
 license-file:        LICENSE
-author:              Gabriel Gonzalez
-maintainer:          Gabriel439@gmail.com
-copyright:           2016 Gabriel Gonzalez
+author:              Gabriella Gonzalez
+maintainer:          GenuineGabriella@gmail.com
+copyright:           2016 Gabriella Gonzalez
 category:            System
 build-type:          Simple
 cabal-version:       >=1.10
@@ -18,18 +18,18 @@
     README.md
 source-repository head
     type: git
-    location: https://github.com/Gabriel439/bench
+    location: https://github.com/Gabriella439/bench
 
 executable bench
   hs-source-dirs:      src
   main-is:             Main.hs
   default-language:    Haskell2010
   build-depends:       base                 >= 4.5      && < 5
-                     , criterion            >= 1.4      && < 1.6
-                     , optparse-applicative >= 0.14.0.0 && < 0.15
+                     , criterion            >= 1.4      && < 1.7
+                     , optparse-applicative >= 0.14.0.0 && < 0.19
                      , process              >= 1.3      && < 1.7
                      , silently             >= 1.1.1    && < 1.3
-                     , text                                < 1.3
-                     , turtle               >= 1.2.5    && < 1.6
+                     , text                                < 2.1
+                     , turtle               >= 1.2.5    && < 1.7
   ghc-options:         -Wall -O2 -threaded
   other-modules:       Paths_bench
