Pushing 0.19.2 because 0.19.1 on clojars is badly built
This commit is contained in:
parent
9808cc8555
commit
62375212a8
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue