Skip to content

Commit

Permalink
Set correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasf147 committed Jul 12, 2024
1 parent 8d19693 commit 9d23c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Maven
<dependency>
<groupId>com.sinch</groupId>
<artifactId>sdk-sms</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
</dependency>
```

Gradle
```groovy
implementation 'com.sinch:sdk-sms:2.2.0'
implementation 'com.sinch:sdk-sms:2.2.1'
```

## Quick Start
Expand Down Expand Up @@ -109,7 +109,7 @@ Build .jar file
mvn package
```

It will give you `sdk-sms-2.2.0-jar-with-dependencies.jar`
It will give you `sdk-sms-2.2.1-jar-with-dependencies.jar`

To skip local test
```bash
Expand Down

0 comments on commit 9d23c31

Please sign in to comment.