From da53490f205d9ee48b58e0a2dbe65da6b19d0a45 Mon Sep 17 00:00:00 2001 From: Christophe Grand Date: Wed, 18 Oct 2017 19:34:58 -0500 Subject: [PATCH] v0.12.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e78a187..c0cde5b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index 97c9580..8ba2618 100644 --- a/project.clj +++ b/project.clj @@ -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"