Skip to content

Commit

Permalink
Release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-ci committed Aug 19, 2020
1 parent 7298746 commit 5d7dcfb
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 @@ -40,7 +40,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
...
dependencies {
...
compile 'com.sendgrid:smtpapi-java:1.2.5'
compile 'com.sendgrid:smtpapi-java:1.2.6'
}
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.2.5</version>
<version>1.2.6</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.5</tag>
<tag>1.2.6</tag>
</scm>
<profiles>
<profile>
Expand Down

0 comments on commit 5d7dcfb

Please sign in to comment.