Merge branch 'master' of github.com:diligenceengine/clj-browserchannel
This commit is contained in:
commit
2b940314ca
|
@ -1,4 +1,4 @@
|
|||
(defproject net.thegeez/clj-browserchannel-jetty-adapter "0.0.1"
|
||||
(defproject net.thegeez/clj-browserchannel-jetty-adapter "0.0.2"
|
||||
:description "Jetty async adapter for BrowserChannel"
|
||||
:url ""
|
||||
:dependencies [[org.clojure/clojure "1.3.0"]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject net.thegeez/clj-browserchannel-server "0.0.5"
|
||||
(defproject net.thegeez/clj-browserchannel-server "0.0.6"
|
||||
:description "BrowserChannel server implementation in Clojure"
|
||||
:dependencies [[org.clojure/clojure "1.3.0"]
|
||||
[ring/ring-core "1.2.2"]
|
||||
|
|
Reference in a new issue