File tree Expand file tree Collapse file tree
src/main/java/com/sendgrid Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add the following to your build.gradle file in the root of your project.
3333...
3434dependencies {
3535 ...
36- compile ' com.sendgrid:sendgrid-java:1.0.0 '
36+ compile ' com.sendgrid:sendgrid-java:1.0.1 '
3737}
3838
3939repositories {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: 'maven'
1717apply plugin : ' signing'
1818
1919group = ' com.sendgrid'
20- version = " 1.0.0 "
20+ version = " 1.0.1 "
2121ext. packaging = ' jar'
2222
2323if (! hasProperty(" sonatypeUsername" )) {
Original file line number Diff line number Diff line change 1818import java .io .FileNotFoundException ;
1919
2020public class SendGrid {
21- public final String VERSION = "1.0.0 " ;
21+ public final String VERSION = "1.0.1 " ;
2222
2323 private String username ;
2424 private String password ;
You can’t perform that action at this time.
0 commit comments