diff --git a/README.md b/README.md index 09bdf69..d33b631 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can pull it from the central Maven repositories: com.github.mvallim amazon-sqs-java-messaging-lib-v1 - 1.2.0 + 1.3.2 ``` @@ -50,7 +50,7 @@ You can pull it from the central Maven repositories: com.github.mvallim amazon-sqs-java-messaging-lib-v2 - 1.2.0 + 1.3.2 ``` @@ -72,13 +72,13 @@ If you want to try a snapshot version, add the following repository: ##### For AWS SDK v1 ```groovy -implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v1:1.2.0' +implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v1:1.3.2' ``` ##### For AWS SDK v2 ```groovy -implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v2:1.2.0' +implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v2:1.3.2' ``` If you want to try a snapshot version, add the following repository: