Skip to content

Commit 430d2ed

Browse files
updates version to v5.0.0
1 parent 7e97354 commit 430d2ed

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Add the following in your `pom.xml`
6666
<dependency>
6767
<groupId>com.mailjet</groupId>
6868
<artifactId>mailjet-client</artifactId>
69-
<version>4.6.0</version>
69+
<version>5.0.0</version>
7070
</dependency>
7171
</dependencies>
7272
```

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--General configuration -->
77
<groupId>com.mailjet</groupId>
88
<artifactId>mailjet-client</artifactId>
9-
<version>4.6.0</version>
9+
<version>5.0.0</version>
1010
<packaging>jar</packaging>
1111
<name>Mailjet Client</name>
1212
<description>A Mailjet API Client</description>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</connection>
2828
<developerConnection>scm:git:https://github.com/mailjet/mailjet-apiv3-java.git</developerConnection>
2929
<url>git@github.com:mailjet/mailjet-apiv3-java.git</url>
30-
<tag>mailjet-client-4.6.0</tag>
30+
<tag>mailjet-client-5.0.0</tag>
3131
</scm>
3232
<!--License-->
3333
<licenses>

src/main/java/com/mailjet/client/MailjetClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class MailjetClient {
3535
private ClientOptions _options;
3636
private OkHttpClient _client;
3737

38-
private static final String userAgent = "mailjet-apiv3-java/v4.6.0";
38+
private static final String userAgent = "mailjet-apiv3-java/v5.0.0";
3939

4040
/**
4141
* Deprecated - please, use MailjetClient(ClientOptions clientOptions) ctor instead

0 commit comments

Comments
 (0)