bump versions
This commit is contained in:
parent
ed906b82a7
commit
adbf5f687b
|
@ -11,9 +11,9 @@
|
||||||
[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"]
|
[gered/clj-browserchannel "0.3.1"]
|
||||||
[gered/clj-browserchannel-jetty-adapter "0.1.0"]
|
[gered/clj-browserchannel-jetty-adapter "0.1.1"]
|
||||||
[gered/clj-browserchannel-immutant-adapter "0.0.2"]
|
[gered/clj-browserchannel-immutant-adapter "0.0.3"]
|
||||||
[environ "1.0.3"]]
|
[environ "1.0.3"]]
|
||||||
|
|
||||||
:plugins [[lein-cljsbuild "1.1.3"]
|
:plugins [[lein-cljsbuild "1.1.3"]
|
||||||
|
|
|
@ -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"
|
:description "Immutant async adapter for BrowserChannel"
|
||||||
:url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-immutant-adapter"
|
:url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-immutant-adapter"
|
||||||
|
|
||||||
|
|
|
@ -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"
|
:description "Jetty async adapter for BrowserChannel"
|
||||||
:url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-jetty-adapter"
|
:url "https://github.com/gered/clj-browserchannel/tree/master/clj-browserchannel-jetty-adapter"
|
||||||
|
|
||||||
|
|
|
@ -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."
|
: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