diff --git a/static/client.html b/static/client.html
--- a/static/client.html
+++ b/static/client.html
@@ -1,8 +1,7 @@
 <html>
     <head>
         <title>Haskell WebSockets example</title>
-        <script type="text/JavaScript"
-            src="http://code.jquery.com/jquery-1.6.3.min.js"></script>
+        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
         <script type="text/JavaScript" src="client.js"></script>
         <link rel="stylesheet" type="text/css" href="screen.css"></script>
     </head>
diff --git a/wai-websockets.cabal b/wai-websockets.cabal
--- a/wai-websockets.cabal
+++ b/wai-websockets.cabal
@@ -1,5 +1,5 @@
 Name:                wai-websockets
-Version:             1.3.1
+Version:             1.3.1.1
 Synopsis:            Provide a bridge betweeen WAI and the websockets package.
 License:             MIT
 License-file:        LICENSE
@@ -19,7 +19,7 @@
 Library
   Build-Depends:     base               >= 3        && < 5
                    , bytestring         >= 0.9.1.4
-                   , conduit            >= 0.5      && < 0.6
+                   , conduit            >= 0.5      && < 1.1
                    , wai                >= 1.3      && < 1.4
                    , enumerator         >= 0.4.8    && < 0.5
                    , network-enumerator >= 0.1.2    && < 0.2
