Skip to content

Commit 11b4382

Browse files
Update README.md
1 parent e712745 commit 11b4382

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All updates to this project is documented in our [CHANGELOG](https://github.com/
1414
...
1515
dependencies {
1616
...
17-
compile 'com.sendgrid:java-http-client:1.0.0'
17+
compile 'com.sendgrid:java-http-client:2.0.0'
1818
}
1919
2020
repositories {
@@ -29,15 +29,15 @@ repositories {
2929
<dependency>
3030
<groupId>com.sendgrid</groupId>
3131
<artifactId>java-http-client</artifactId>
32-
<version>1.0.0</version>
32+
<version>2.0.0</version>
3333
</dependency>
3434
```
3535

3636
`mvn install`
3737

3838
## Fat Jar
3939

40-
[Download](http://repo1.maven.org/maven2/com/sendgrid/java-http-client/1.0.0/java-http-client-1.0.0-jar.jar)
40+
[Download](http://repo1.maven.org/maven2/com/sendgrid/java-http-client/2.0.0/java-http-client-2.0.0-jar.jar)
4141

4242
## Dependencies
4343

@@ -136,4 +136,4 @@ java-http-client is guided and supported by the SendGrid [Developer Experience T
136136
java-http-client is maintained and funded by SendGrid, Inc. The names and logos for java-http-client are trademarks of SendGrid, Inc.
137137

138138
![SendGrid Logo]
139-
(https://assets3.sendgrid.com/mkt/assets/logos_brands/small/sglogo_2015_blue-9c87423c2ff2ff393ebce1ab3bd018a4.png)
139+
(https://assets3.sendgrid.com/mkt/assets/logos_brands/small/sglogo_2015_blue-9c87423c2ff2ff393ebce1ab3bd018a4.png)

0 commit comments

Comments
 (0)