clj-browserchannel 0.3.2
This commit is contained in:
parent
16de0662c2
commit
34fef48582
|
@ -11,7 +11,7 @@
|
||||||
[compojure "1.4.0"]
|
[compojure "1.4.0"]
|
||||||
[clj-pebble "0.2.0"]
|
[clj-pebble "0.2.0"]
|
||||||
[prismatic/dommy "1.1.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-jetty-adapter "0.1.1"]
|
||||||
[gered/clj-browserchannel-immutant-adapter "0.0.3"]
|
[gered/clj-browserchannel-immutant-adapter "0.0.3"]
|
||||||
[environ "1.0.3"]]
|
[environ "1.0.3"]]
|
||||||
|
|
|
@ -14,7 +14,7 @@ See also: [clj-browserchannel][1]
|
||||||
|
|
||||||
## Leiningen
|
## 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
|
You will also need to include one of the async adapters as an
|
||||||
additional dependency. See [here][1] for more information..
|
additional dependency. See [here][1] for more information..
|
||||||
|
|
|
@ -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."
|
: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"
|
:url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel"
|
||||||
|
|
||||||
|
|
Reference in a new issue