Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed May 18, 2022
1 parent 127a0ca commit 4cb36c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
...
dependencies {
...
compile 'com.sendgrid:smtpapi-java:1.3.0'
compile 'com.sendgrid:smtpapi-java:1.3.1'
}
repositories {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>SMTPAPI Java</name>
<description>SMTPAPI Java helper library</description>
<version>1.3.0</version>
<version>1.3.1</version>
<url>https://github.com/sendgrid/smtapi-java</url>
<licenses>
<license>
Expand All @@ -24,7 +24,7 @@
<url>scm:git@github.com:sendgrid/smtpapi-java.git</url>
<connection>scm:git@github.com:sendgrid/smtpapi-java.git</connection>
<developerConnection>scm:git@github.com:sendgrid/smtpapi-java.git</developerConnection>
<tag>1.3.0</tag>
<tag>1.3.1</tag>
</scm>
<profiles>
<profile>
Expand Down

0 comments on commit 4cb36c4

Please sign in to comment.