Skip to content

Commit

Permalink
Merge pull request square#1154 from yelinaung/master
Browse files Browse the repository at this point in the history
Bump to 2.1.0 in README
  • Loading branch information
swankjesse committed Nov 17, 2014
2 parents 694c405 + cca45fe commit 434135b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven:
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.okhttp:okhttp:2.0.0'
compile 'com.squareup.okhttp:okhttp:2.1.0'
```


Expand All @@ -34,13 +34,13 @@ Download [the latest JAR][4] or grab via Maven:
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>mockwebserver</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<scope>test</scope>
</dependency>
```
or Gradle:
```groovy
testCompile 'com.squareup.okhttp:mockwebserver:2.0.0'
testCompile 'com.squareup.okhttp:mockwebserver:2.1.0'
```


Expand Down

0 comments on commit 434135b

Please sign in to comment.