Skip to content

Commit 0dafa25

Browse files
committed
Release 1.2.8
1 parent 4e5980f commit 0dafa25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Choose your installation method - Maven w/ Gradle (recommended) or Jar file.
3838
...
3939
dependencies {
4040
...
41-
compile 'com.sendgrid:smtpapi-java:1.2.7'
41+
compile 'com.sendgrid:smtpapi-java:1.2.8'
4242
}
4343
4444
repositories {

pom.xml

Lines changed: 3 additions & 3 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.2.7</version>
14+
<version>1.2.8</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.2.7</tag>
27+
<tag>1.2.8</tag>
2828
</scm>
2929
<profiles>
3030
<profile>
@@ -217,4 +217,4 @@
217217
</plugin>
218218
</plugins>
219219
</build>
220-
</project>
220+
</project>

0 commit comments

Comments
 (0)