Skip to content

Commit 648e76c

Browse files
committed
Version bump 1.0.1
1 parent e6454b8 commit 648e76c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the following to your build.gradle file in the root of your project.
3333
...
3434
dependencies {
3535
...
36-
compile 'com.sendgrid:sendgrid-java:1.0.0'
36+
compile 'com.sendgrid:sendgrid-java:1.0.1'
3737
}
3838

3939
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'maven'
1717
apply plugin: 'signing'
1818

1919
group = 'com.sendgrid'
20-
version = "1.0.0"
20+
version = "1.0.1"
2121
ext.packaging = 'jar'
2222

2323
if (!hasProperty("sonatypeUsername")) {

src/main/java/com/sendgrid/SendGrid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.io.FileNotFoundException;
1919

2020
public 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;

0 commit comments

Comments
 (0)