File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:
3232Add 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
4646Then 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
You can’t perform that action at this time.
0 commit comments