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"