Skip to content

Commit

Permalink
Update readme for 3.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Feb 8, 2016
1 parent 258a4fe commit c2e5cc4
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.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup.okhttp3:okhttp:3.1.0'
compile 'com.squareup.okhttp3:okhttp:3.1.1'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand All @@ -36,13 +36,13 @@ Download [the latest JAR][4] or grab via Maven:
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<scope>test</scope>
</dependency>
```
or Gradle:
```groovy
testCompile 'com.squareup.okhttp3:mockwebserver:3.1.0'
testCompile 'com.squareup.okhttp3:mockwebserver:3.1.1'
```


Expand Down

0 comments on commit c2e5cc4

Please sign in to comment.