bump versions

This commit is contained in:
Gered 2016-05-17 16:28:42 -04:00
parent ed906b82a7
commit adbf5f687b
4 changed files with 6 additions and 6 deletions

View file

@ -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"]

View file

@ -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"

View file

@ -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"

View file

@ -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"