diff --git a/README.md b/README.md index 804f630..9c24df1 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ Maven com.sinch sdk-sms - 2.1.1 + 2.2.1 ``` Gradle ```groovy -implementation 'com.sinch:sdk-sms:2.1.1' +implementation 'com.sinch:sdk-sms:2.2.1' ``` ## Quick Start @@ -109,7 +109,7 @@ Build .jar file mvn package ``` -It will give you `sdk-sms-2.0.0-jar-with-dependencies.jar` +It will give you `sdk-sms-2.2.1-jar-with-dependencies.jar` To skip local test ```bash diff --git a/pom.xml b/pom.xml index f4a0b13..543a194 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.sinch sdk-sms - 2.1.2-SNAPSHOT + 2.2.2-SNAPSHOT jar SDK for Sinch SMS Library providing a Java API for the Sinch HTTP REST Messaging API.