Skip to content

Commit ba6d907

Browse files
committed
Revert "Version bump 1.1.0"
This reverts commit 5979496.
1 parent 34a597d commit ba6d907

2 files changed

Lines changed: 2 additions & 2 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.1.0'
36+
compile 'com.sendgrid:sendgrid-java:1.0.0'
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.1.0"
20+
version = "1.0.0"
2121
ext.packaging = 'jar'
2222

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

0 commit comments

Comments
 (0)