We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64c0d1 commit 5f31500Copy full SHA for 5f31500
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:0.3.1'
+ 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 = "0.3.1"
+version = "1.0.0"
21
ext.packaging = 'jar'
22
23
if (!hasProperty("sonatypeUsername")) {
0 commit comments