0.8.2 identical to 0.8.1 but 0.8.1 on clojars is a dirty build

This commit is contained in:
Christophe Grand 2017-01-17 12:33:27 +01:00
parent 6d2d448e34
commit d5e5aa3670
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ Transducing contexts: `transjuxt` (for performing several transductions in a sin
Add this dependency to your project:
```clj
[net.cgrand/xforms "0.8.1"]
[net.cgrand/xforms "0.8.2"]
```
```clj

View file

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