diff --git a/README.md b/README.md
index 0e239589a..9f996347d 100644
--- a/README.md
+++ b/README.md
@@ -11,12 +11,12 @@ Download [the latest JAR][3] or grab via Maven:
com.squareup.okhttp
okhttp
- 2.2.0
+ 2.3.0
```
or Gradle:
```groovy
-compile 'com.squareup.okhttp:okhttp:2.2.0'
+compile 'com.squareup.okhttp:okhttp:2.3.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.okhttp
mockwebserver
- 2.2.0
+ 2.3.0
test
```
or Gradle:
```groovy
-testCompile 'com.squareup.okhttp:mockwebserver:2.2.0'
+testCompile 'com.squareup.okhttp:mockwebserver:2.3.0'
```