diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
+# 0.1.0.5
+- Bumb dependency versions.
+
 # 0.1.0.4
 - Bumb dependency versions.
 
diff --git a/rdf.cabal b/rdf.cabal
--- a/rdf.cabal
+++ b/rdf.cabal
@@ -1,5 +1,5 @@
 name:                 rdf
-version:              0.1.0.4
+version:              0.1.0.5
 synopsis:             Representation and Incremental Processing of RDF Data
 description:
     Data structures, parsers, and encoders for RDF data sets based on the
@@ -12,7 +12,7 @@
 license-file:         LICENSE
 author:               Travis Whitaker
 maintainer:           pi.boy.travis@gmail.com
-copyright:            Travis Whitaker 2016
+copyright:            Travis Whitaker 2016-2012
 category:             Data
 build-type:           Simple
 extra-source-files:   ChangeLog.md, README.md
@@ -28,8 +28,8 @@
                     , Data.RDF.ToRDF
   other-modules:      Data.RDF.Internal
   build-depends:      base >=4.11 && < 5.0
-                    , attoparsec >=0.13 && <0.14
-                    , bytestring >=0.10 && <0.11
+                    , attoparsec >=0.13 && <0.14.2
+                    , bytestring >=0.10 && <0.11.2
                     , deepseq >=1.4 && <1.5
                     , dlist >= 0.7 && <1.1
                     , fgl >=5.5 && <5.8
