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? 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"