From d66ab932bb8fb0714acf3b1450ec3410f7e259c7 Mon Sep 17 00:00:00 2001 From: Leon Barrett Date: Wed, 10 Sep 2014 10:50:18 -0700 Subject: [PATCH 1/2] Version bump to 0.3.1 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 116f039..c3192e3 100644 --- a/project.clj +++ b/project.clj @@ -12,7 +12,7 @@ ;; and limitations under the License. (defproject com.climate/claypoole - "0.3" + "0.3.1" :description "Claypoole: Threadpool tools for Clojure." :url "http://github.com/TheClimateCorporation/claypoole/" :license {:name "Apache License Version 2.0" From 36918fc05fd4fdadae5835f6ab3cfde85fddd192 Mon Sep 17 00:00:00 2001 From: Leon Barrett Date: Wed, 10 Sep 2014 10:51:03 -0700 Subject: [PATCH 2/2] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb142c3..09a3bf8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The claypoole library provides threadpool-based parallel versions of Clojure functions such as `pmap`, `future`, and `for`. Claypoole is available in the Clojars repository. Just use this leiningen -dependency: `[com.climate/claypoole "0.3"]`. +dependency: `[com.climate/claypoole "0.3.1"]`. ## Why do you use claypoole?