diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Byte Count Reader
 -------------------
 
-[![Build Status](https://travis-ci.org/danielrolls/byte-count-reader.svg?branch=master)](https://travis-ci.org/danielrolls/byte-count-reader)
+[![Build Status](https://travis-ci.com/danielrolls/byte-count-reader.svg?branch=master)](https://travis-ci.com/danielrolls/byte-count-reader)
 [![Hackage](https://img.shields.io/hackage/v/byte-count-reader.svg)][hackage]
 
 This library is for reading strings describing a number of bytes like 2Kb and 0.5 MiB.
diff --git a/byte-count-reader.cabal b/byte-count-reader.cabal
--- a/byte-count-reader.cabal
+++ b/byte-count-reader.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               byte-count-reader
-version:            0.10.1.2
+version:            0.10.1.3
 license:            GPL-3.0-only
 license-file:       LICENSE
 copyright:          2020 Daniel Rolls
@@ -52,7 +52,7 @@
         base >=4.7 && <5,
         byte-count-reader -any,
         extra >=1.6.21 && <1.8,
-        hspec >=2.7.1 && <2.8,
+        hspec >=2.7.1 && <2.9,
         parsec >=3.1.14.0 && <3.2,
         parsec-numbers >=0.1.0 && <0.2,
         text >=1.2.3.2 && <1.3
