Skip to content

Commit 39371d2

Browse files
committed
Released 0.3.3
1 parent f8e86e8 commit 39371d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and update the access control lists (ACLs) for buckets and objects.
1515

1616
Add the following dependency to your `project.clj` file:
1717

18-
[clj-aws-s3 "0.3.2"]
18+
[clj-aws-s3 "0.3.3"]
1919

2020
## Example
2121

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clj-aws-s3 "0.3.2"
1+
(defproject clj-aws-s3 "0.3.3"
22
:description "Clojure Amazon S3 library."
33
:dependencies [[org.clojure/clojure "1.2.1"]
44
[com.amazonaws/aws-java-sdk "1.3.18"]

0 commit comments

Comments
 (0)