diff --git a/Using-S3Proxy-in-Java-projects.md b/Using-S3Proxy-in-Java-projects.md index 44ed585..725244a 100644 --- a/Using-S3Proxy-in-Java-projects.md +++ b/Using-S3Proxy-in-Java-projects.md @@ -6,7 +6,7 @@ Java projects can include the latest S3Proxy release via Maven artifacts: org.gaul s3proxy - 1.5.5 + 1.6.0 ``` @@ -35,7 +35,7 @@ Sonatype also provides pre-release snapshots: org.gaul s3proxy - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ```