diff --git a/README.md b/README.md index f2e80fc..ac68548 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A comprehensive Clojure client for the entire [Amazon AWS api][1]. Leiningen coordinates: ```clj -[amazonica "0.3.141"] +[amazonica "0.3.142"] ``` For Maven users: @@ -26,7 +26,7 @@ and the following dependency: amazonica amazonica - 0.3.141 + 0.3.142 ``` diff --git a/project.clj b/project.clj index f922cf1..1e920e2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject amazonica "0.3.141" +(defproject amazonica "0.3.142" :description "A comprehensive Clojure client for the entire Amazon AWS api." :url "https://github.com/mcohen01/amazonica" :license {:name "Eclipse Public License"