0.8.2 identical to 0.8.1 but 0.8.1 on clojars is a dirty build
This commit is contained in:
parent
6d2d448e34
commit
d5e5aa3670
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue