Pushing 0.19.2 because 0.19.1 on clojars is badly built

This commit is contained in:
Christophe Grand 2019-10-02 10:55:05 +02:00
parent 9808cc8555
commit 62375212a8
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ In `net.cgrand.xforms.io`:
Add this dependency to your project:
```clj
[net.cgrand/xforms "0.18.2"]
[net.cgrand/xforms "0.19.2"]
```
```clj

View file

@ -1,4 +1,4 @@
(defproject net.cgrand/xforms "0.19.1"
(defproject net.cgrand/xforms "0.19.2"
:description "Extra transducers for Clojure"
:url "https://github.com/cgrand/xforms"
:license {:name "Eclipse Public License"