Skip to content

Commit 3b46159

Browse files
author
Shashi Ranjan
committed
changes for version 1.4.9
1 parent 39477e5 commit 3b46159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can use Maven by including the library:
4444
<dependency>
4545
<groupId>com.mashape.unirest</groupId>
4646
<artifactId>unirest-java</artifactId>
47-
<version>1.4.8</version>
47+
<version>1.4.9</version>
4848
</dependency>
4949
```
5050

@@ -92,7 +92,7 @@ If you would like to run tests, also add the following dependency along with the
9292

9393
### Without Maven
9494

95-
Alternatively if you don't use Maven, you can directly include the JAR file in the classpath: http://oss.sonatype.org/content/repositories/releases/com/mashape/unirest/unirest-java/1.4.8/unirest-java-1.4.8.jar
95+
Alternatively if you don't use Maven, you can directly include the JAR file in the classpath: http://oss.sonatype.org/content/repositories/releases/com/mashape/unirest/unirest-java/1.4.9/unirest-java-1.4.9.jar
9696

9797
Don't forget to also install the dependencies ([`org.json`](http://www.json.org/java/), [`httpclient 4.3.6`](http://hc.apache.org/downloads.cgi), [`httpmime 4.3.6`](http://hc.apache.org/downloads.cgi), [`httpasyncclient 4.0.2`](http://hc.apache.org/downloads.cgi)) in the classpath too.
9898

0 commit comments

Comments
 (0)