Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Mar 4, 2020
1 parent 6dd42cf commit f9954ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
...
dependencies {
...
compile 'com.sendgrid:smtpapi-java:1.2.3'
compile 'com.sendgrid:smtpapi-java:1.2.4'
}
repositories {
Expand Down
6 changes: 3 additions & 3 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.2.3</version>
<version>1.2.4</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.2.3</tag>
<tag>1.2.4</tag>
</scm>
<profiles>
<profile>
Expand Down Expand Up @@ -241,4 +241,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit f9954ca

Please sign in to comment.