From 85ee1fb1d3bbcc4f6c41f14d173ad762d2fafaf7 Mon Sep 17 00:00:00 2001 From: Christophe Grand Date: Mon, 19 Sep 2016 15:17:34 +0200 Subject: [PATCH] 0.3.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 016f226..15a79cf 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Transducing context: `transjuxt` (for performing several transductions in a sing Add this dependency to your project: ```clj -[net.cgrand/xforms "0.3.0"] +[net.cgrand/xforms "0.3.1"] ``` ```clj diff --git a/project.clj b/project.clj index 75ff9d5..07046f5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.cgrand/xforms "0.3.0" +(defproject net.cgrand/xforms "0.3.1" :description "Extra transducers for Clojure" #_#_:url "http://example.com/FIXME" :license {:name "Eclipse Public License"