Skip to content

Commit 4cb36c4

Browse files
committed
Release 1.3.1
1 parent 127a0ca commit 4cb36c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
3737
...
3838
dependencies {
3939
...
40-
compile 'com.sendgrid:smtpapi-java:1.3.0'
40+
compile 'com.sendgrid:smtpapi-java:1.3.1'
4141
}
4242
4343
repositories {

pom.xml

Lines changed: 2 additions & 2 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.3.0</version>
14+
<version>1.3.1</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.3.0</tag>
27+
<tag>1.3.1</tag>
2828
</scm>
2929
<profiles>
3030
<profile>

0 commit comments

Comments
 (0)