Skip to content

Commit c792fe3

Browse files
committed
Released 0.3.5
1 parent 01bfbf8 commit c792fe3

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.4"]
18+
[clj-aws-s3 "0.3.5"]
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.4"
1+
(defproject clj-aws-s3 "0.3.5"
22
:description "Clojure Amazon S3 library."
33
:dependencies [[org.clojure/clojure "1.2.1"]
44
[com.amazonaws/aws-java-sdk "1.4.2.1"]

0 commit comments

Comments
 (0)