diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,3 +12,6 @@
 
 # v0.1.0.4
 version bump	
+
+# v0.1.0.5
+version bumps
diff --git a/snap-language.cabal b/snap-language.cabal
--- a/snap-language.cabal
+++ b/snap-language.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                snap-language
-version:             0.1.0.4
+version:             0.1.0.5
 synopsis:            Language handling for Snap
 description:        
   Language handling for Snap.
@@ -28,16 +28,16 @@
 source-repository this
   type:     git
   location: http://github.com/jonpetterbergman/snap-accept-language
-  tag:      v0.1.0.4
+  tag:      v0.1.0.5
 
 library
   exposed-modules:     Snap.Language
   -- other-modules:       
   other-extensions:    OverloadedStrings
-  build-depends:       base >=4.8 && <4.12,
+  build-depends:       base >=4.8 && <5,
                        bytestring >=0.10.6.0 && < 0.11,
                        attoparsec >= 0.13.0.1 && < 0.14,
-                       containers >= 0.5.6.2 && < 0.6
-  build-depends:       snap-core >= 0.9.8.0 && < 1.1
+                       containers >= 0.5.6.2 && < 0.7,
+                       snap-core >= 0.9.8.0 && < 1.1
   hs-source-dirs:      src
   default-language:    Haskell2010
