We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a597d commit ba6d907Copy full SHA for ba6d907
2 files changed
README.md
@@ -33,7 +33,7 @@ Add the following to your build.gradle file in the root of your project.
33
...
34
dependencies {
35
36
- compile 'com.sendgrid:sendgrid-java:1.1.0'
+ compile 'com.sendgrid:sendgrid-java:1.0.0'
37
}
38
39
repositories {
build.gradle
@@ -17,7 +17,7 @@ apply plugin: 'maven'
17
apply plugin: 'signing'
18
19
group = 'com.sendgrid'
20
-version = "1.1.0"
+version = "1.0.0"
21
ext.packaging = 'jar'
22
23
if (!hasProperty("sonatypeUsername")) {
0 commit comments