Skip to content

Commit bfdb204

Browse files
committed
chore: fix latest version
1 parent 74e7fb5 commit bfdb204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Using Maven:
118118
<dependency>
119119
<groupId>com.mailersend</groupId>
120120
<artifactId>java-sdk</artifactId>
121-
<version>1.0.1</version>
121+
<version>1.1.2</version>
122122
</dependency>
123123

124124
Using Gradle:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.mailersend</groupId>
44
<artifactId>java-sdk</artifactId>
5-
<version>1.0.1</version>
5+
<version>1.1.2</version>
66
<name>MailerSend Java SDK</name>
77
<description>An SDK for MailerSend API</description>
88
<url>https://github.com/mailersend/mailersend-java</url>

0 commit comments

Comments
 (0)