This commit is contained in:
Christophe Grand 2017-10-18 19:34:58 -05:00
parent 5017069c7a
commit da53490f20
2 changed files with 2 additions and 2 deletions

View file

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

View file

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