Skip to content

Commit 256f447

Browse files
committed
Readme version update
1 parent ad81845 commit 256f447

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this dependency to your project's POM:
2222
<dependency>
2323
<groupId>com.sendinblue</groupId>
2424
<artifactId>sib-api-v3-sdk</artifactId>
25-
<version>1.0.0</version>
25+
<version>1.0.1</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
```
@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232
Add this dependency to your project's build file:
3333

3434
```groovy
35-
compile "com.sendinblue:sib-api-v3-sdk:1.0.0"
35+
compile "com.sendinblue:sib-api-v3-sdk:1.0.1"
3636
```
3737

3838
### Others
@@ -45,7 +45,7 @@ At first generate the JAR by executing:
4545

4646
Then manually install the following JARs:
4747

48-
* target/sib-api-v3-sdk-1.0.0.jar
48+
* target/sib-api-v3-sdk-1.0.1.jar
4949
* target/lib/*.jar
5050

5151
## Getting Started

0 commit comments

Comments
 (0)