Skip to content

Commit f9954ca

Browse files
committed
Release 1.2.4
1 parent 6dd42cf commit f9954ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
4141
...
4242
dependencies {
4343
...
44-
compile 'com.sendgrid:smtpapi-java:1.2.3'
44+
compile 'com.sendgrid:smtpapi-java:1.2.4'
4545
}
4646
4747
repositories {

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>jar</packaging>
1212
<name>SMTPAPI Java</name>
1313
<description>SMTPAPI Java helper library</description>
14-
<version>1.2.3</version>
14+
<version>1.2.4</version>
1515
<url>https://github.com/sendgrid/smtapi-java</url>
1616
<licenses>
1717
<license>
@@ -24,7 +24,7 @@
2424
<url>scm:[email protected]:sendgrid/smtpapi-java.git</url>
2525
<connection>scm:[email protected]:sendgrid/smtpapi-java.git</connection>
2626
<developerConnection>scm:[email protected]:sendgrid/smtpapi-java.git</developerConnection>
27-
<tag>1.2.3</tag>
27+
<tag>1.2.4</tag>
2828
</scm>
2929
<profiles>
3030
<profile>
@@ -241,4 +241,4 @@
241241
</plugin>
242242
</plugins>
243243
</build>
244-
</project>
244+
</project>

0 commit comments

Comments
 (0)