Skip to content

Commit

Permalink
Release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Dec 1, 2021
1 parent 4e5980f commit 0dafa25
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 @@ -38,7 +38,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
...
dependencies {
...
compile 'com.sendgrid:smtpapi-java:1.2.7'
compile 'com.sendgrid:smtpapi-java:1.2.8'
}
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.7</version>
<version>1.2.8</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.7</tag>
<tag>1.2.8</tag>
</scm>
<profiles>
<profile>
Expand Down Expand Up @@ -217,4 +217,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 0dafa25

Please sign in to comment.