diff --git a/chat-demo/project.clj b/chat-demo/project.clj index 05cd241..cde6a6b 100644 --- a/chat-demo/project.clj +++ b/chat-demo/project.clj @@ -11,7 +11,7 @@ [compojure "1.4.0"] [clj-pebble "0.2.0"] [prismatic/dommy "1.1.0"] - [gered/clj-browserchannel "0.3.1"] + [gered/clj-browserchannel "0.3.2"] [gered/clj-browserchannel-jetty-adapter "0.1.1"] [gered/clj-browserchannel-immutant-adapter "0.0.3"] [environ "1.0.3"]] diff --git a/clj-browserchannel/README.md b/clj-browserchannel/README.md index 3d6c5bd..10daa64 100644 --- a/clj-browserchannel/README.md +++ b/clj-browserchannel/README.md @@ -14,7 +14,7 @@ See also: [clj-browserchannel][1] ## Leiningen - [gered/clj-browserchannel "0.3.1"] + [gered/clj-browserchannel "0.3.2"] You will also need to include one of the async adapters as an additional dependency. See [here][1] for more information.. diff --git a/clj-browserchannel/project.clj b/clj-browserchannel/project.clj index 2b9e569..b0a105d 100644 --- a/clj-browserchannel/project.clj +++ b/clj-browserchannel/project.clj @@ -1,4 +1,4 @@ -(defproject gered/clj-browserchannel "0.3.1" +(defproject gered/clj-browserchannel "0.3.2" :description "BrowserChannel server implementation in Clojure, with a ClojureScript wrapper for the BrowserChannel API included in Google Closure." :url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel"