Skip to content

Commit

Permalink
Merge pull request #10 from TheClimateCorporation/version
Browse files Browse the repository at this point in the history
Update to version 0.3.1
  • Loading branch information
leon-barrett committed Sep 10, 2014
2 parents 943b97f + 36918fc commit 9e9aada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9e9aada

Please sign in to comment.