File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
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 >4.1.0 </version >
25
+ <version >4.1.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:4.1.0 "
35
+ compile "com.sendinblue:sib-api-v3-sdk:4.1.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-4.1.0 .jar
48
+ * target/sib-api-v3-sdk-4.1.1 .jar
49
49
* target/lib/* .jar
50
50
51
51
## Getting Started
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
2
2
apply plugin : ' eclipse'
3
3
4
4
group = ' com.sendinblue'
5
- version = ' 4.1.0 '
5
+ version = ' 4.1.1 '
6
6
7
7
buildscript {
8
8
repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
2
2
settings(
3
3
organization := " com.sendinblue" ,
4
4
name := " sib-api-v3-sdk" ,
5
- version := " 4.1.0 " ,
5
+ version := " 4.1.1 " ,
6
6
scalaVersion := " 2.11.4" ,
7
7
scalacOptions ++= Seq (" -feature" ),
8
8
javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 5
5
<artifactId >sib-api-v3-sdk</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >sib-api-v3-sdk</name >
8
- <version >4.1.0 </version >
8
+ <version >4.1.1 </version >
9
9
<url >https://github.com/sendinblue/APIv3-java-library</url >
10
10
<description >SendinBlue' s API v3 Java Library</description >
11
11
<scm >
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ public ApiClient() {
85
85
json = new Json ();
86
86
87
87
// Set default User-Agent.
88
- setUserAgent ("Swagger-Codegen/4.1.0 /java" );
88
+ setUserAgent ("Swagger-Codegen/4.1.1 /java" );
89
89
90
90
// Setup authentications (key: authentication name, value: authentication).
91
91
authentications = new HashMap <String , Authentication >();
You can’t perform that action at this time.
0 commit comments