From dcabf48ecc91e005d56b97887beb8eaa33ec7c3d Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Mon, 4 Sep 2017 18:05:39 -0400 Subject: [PATCH] 3.9.0 is out --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e978d386..344b7537e 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven: com.squareup.okhttp3 okhttp - 3.8.1 + 3.9.0 ``` or Gradle: ```groovy -compile 'com.squareup.okhttp3:okhttp:3.8.1' +compile 'com.squareup.okhttp3:okhttp:3.9.0' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. @@ -36,13 +36,13 @@ Download [the latest JAR][4] or grab via Maven: com.squareup.okhttp3 mockwebserver - 3.8.1 + 3.9.0 test ``` or Gradle: ```groovy -testCompile 'com.squareup.okhttp3:mockwebserver:3.8.1' +testCompile 'com.squareup.okhttp3:mockwebserver:3.9.0' ``` ProGuard