Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcohen01 committed Apr 17, 2019
1 parent 3c77989 commit 4d53e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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:
Expand All @@ -26,7 +26,7 @@ and the following dependency:
<dependency>
<groupId>amazonica</groupId>
<artifactId>amazonica</artifactId>
<version>0.3.141</version>
<version>0.3.142</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 4d53e0c

Please sign in to comment.