diff --git a/README.md b/README.md index 0c7ef91..804f630 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# REST API SDK for SMS +# REST API SDK for SMS and MMS This is the Java SDK for the Sinch REST SMS API for sending and receiving single or batch SMS/MMS messages. It also supports scheduled sends, organizing your frequent recipients into groups, and customizing your message for each recipient using @@ -20,13 +20,13 @@ Maven com.sinch sdk-sms - 2.0.0 + 2.1.1 ``` Gradle ```groovy -implementation 'com.sinch:sdk-sms:2.0.0' +implementation 'com.sinch:sdk-sms:2.1.1' ``` ## Quick Start diff --git a/pom.xml b/pom.xml index ca05a81..f4a0b13 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sinch sdk-sms - 2.1.0-SNAPSHOT + 2.1.2-SNAPSHOT jar SDK for Sinch SMS Library providing a Java API for the Sinch HTTP REST Messaging API.