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