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:
22
22
<dependency >
23
23
<groupId >com.sendinblue</groupId >
24
24
<artifactId >sib-api-v3-sdk</artifactId >
25
- <version >1.0.0 </version >
25
+ <version >1.0.1 </version >
26
26
<scope >compile</scope >
27
27
</dependency >
28
28
```
@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
32
32
Add this dependency to your project's build file:
33
33
34
34
``` groovy
35
- compile "com.sendinblue:sib-api-v3-sdk:1.0.0 "
35
+ compile "com.sendinblue:sib-api-v3-sdk:1.0.1 "
36
36
```
37
37
38
38
### Others
@@ -45,7 +45,7 @@ At first generate the JAR by executing:
45
45
46
46
Then manually install the following JARs:
47
47
48
- * target/sib-api-v3-sdk-1.0.0 .jar
48
+ * target/sib-api-v3-sdk-1.0.1 .jar
49
49
* target/lib/* .jar
50
50
51
51
## Getting Started
You can’t perform that action at this time.
0 commit comments