diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -1,7 +1,7 @@
 bytes
 =====
 
-[![Build Status](https://secure.travis-ci.org/analytics/bytes.png)](http://travis-ci.org/analytics/bytes)
+[![Build Status](https://secure.travis-ci.org/ekmett/bytes.png)](http://travis-ci.org/ekmett/bytes)
 
 This package provides a simple compatibility shim that lets you work with both `binary` and `cereal` with one chunk of serialization code.
 
diff --git a/bytes.cabal b/bytes.cabal
--- a/bytes.cabal
+++ b/bytes.cabal
@@ -1,6 +1,6 @@
 name:          bytes
 category:      Data, Serialization
-version:       0.12
+version:       0.12.0.1
 license:       BSD3
 cabal-version: >= 1.8
 license-file:  LICENSE
@@ -44,7 +44,7 @@
     base                      >= 4.3      && < 5,
     binary                    >= 0.5.1    && < 0.8,
     bytestring                >= 0.9      && < 0.11,
-    cereal                    >= 0.3.5    && < 0.4,
+    cereal                    >= 0.3.5    && < 0.5,
     containers                >= 0.3      && < 1,
     ghc-prim,
     mtl                       >= 2.0      && < 2.2,
