diff --git a/chat-demo/project.clj b/chat-demo/project.clj index 2a55927..05cd241 100644 --- a/chat-demo/project.clj +++ b/chat-demo/project.clj @@ -11,9 +11,9 @@ [compojure "1.4.0"] [clj-pebble "0.2.0"] [prismatic/dommy "1.1.0"] - [gered/clj-browserchannel "0.3"] - [gered/clj-browserchannel-jetty-adapter "0.1.0"] - [gered/clj-browserchannel-immutant-adapter "0.0.2"] + [gered/clj-browserchannel "0.3.1"] + [gered/clj-browserchannel-jetty-adapter "0.1.1"] + [gered/clj-browserchannel-immutant-adapter "0.0.3"] [environ "1.0.3"]] :plugins [[lein-cljsbuild "1.1.3"] diff --git a/clj-browserchannel-immutant-adapter/project.clj b/clj-browserchannel-immutant-adapter/project.clj index db01f99..fb374ab 100644 --- a/clj-browserchannel-immutant-adapter/project.clj +++ b/clj-browserchannel-immutant-adapter/project.clj @@ -1,4 +1,4 @@ -(defproject gered/clj-browserchannel-immutant-adapter "0.0.2" +(defproject gered/clj-browserchannel-immutant-adapter "0.0.3" :description "Immutant async adapter for BrowserChannel" :url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-immutant-adapter" diff --git a/clj-browserchannel-jetty-adapter/project.clj b/clj-browserchannel-jetty-adapter/project.clj index 8a80292..7088189 100644 --- a/clj-browserchannel-jetty-adapter/project.clj +++ b/clj-browserchannel-jetty-adapter/project.clj @@ -1,4 +1,4 @@ -(defproject gered/clj-browserchannel-jetty-adapter "0.1.0" +(defproject gered/clj-browserchannel-jetty-adapter "0.1.1" :description "Jetty async adapter for BrowserChannel" :url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-jetty-adapter" diff --git a/clj-browserchannel/project.clj b/clj-browserchannel/project.clj index f5e955b..1b92efa 100644 --- a/clj-browserchannel/project.clj +++ b/clj-browserchannel/project.clj @@ -1,4 +1,4 @@ -(defproject gered/clj-browserchannel "0.3" +(defproject gered/clj-browserchannel "0.3.1" :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"