From d5e5aa3670eaad3554203156819c750a3c891b6d Mon Sep 17 00:00:00 2001 From: Christophe Grand Date: Tue, 17 Jan 2017 12:33:27 +0100 Subject: [PATCH] 0.8.2 identical to 0.8.1 but 0.8.1 on clojars is a dirty build --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4221c2..a0c7607 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index 415c170..d744def 100644 --- a/project.clj +++ b/project.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"