diff --git a/README.md b/README.md
index fbf81667..a95973e2 100644
--- a/README.md
+++ b/README.md
@@ -15,31 +15,31 @@ begin.
### Download
Download [the latest JARs](https://github.com/facebook/stetho/releases/latest) or grab via Gradle:
```groovy
-compile 'com.facebook.stetho:stetho:1.4.1'
+compile 'com.facebook.stetho:stetho:1.4.2'
```
or Maven:
```xml
com.facebook.stetho
stetho
- 1.4.1
+ 1.4.2
```
Only the main `stetho` dependency is strictly required; however, you may also wish to use one of the network helpers:
```groovy
-compile 'com.facebook.stetho:stetho-okhttp3:1.4.1'
+compile 'com.facebook.stetho:stetho-okhttp3:1.4.2'
```
or:
```groovy
-compile 'com.facebook.stetho:stetho-urlconnection:1.4.1'
+compile 'com.facebook.stetho:stetho-urlconnection:1.4.2'
```
You can also enable a JavaScript console with:
```groovy
-compile 'com.facebook.stetho:stetho-js-rhino:1.4.1'
+compile 'com.facebook.stetho:stetho-js-rhino:1.4.2'
```
For more details on how to customize the JavaScript runtime see [stetho-js-rhino](stetho-js-rhino/).
diff --git a/gradle.properties b/gradle.properties
index 3b2978f7..6e27d274 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,2 +1,2 @@
-VERSION_NAME=1.4.2-SNAPSHOT
+VERSION_NAME=1.4.2
GROUP=com.facebook.stetho
diff --git a/stetho-js-rhino/README.md b/stetho-js-rhino/README.md
index 62a81fad..964572ac 100644
--- a/stetho-js-rhino/README.md
+++ b/stetho-js-rhino/README.md
@@ -7,14 +7,14 @@ This [Stetho](https://facebook.github.io/stetho) plugin adds a JavaScript consol
### Download
Download [the latest JARs](https://github.com/facebook/stetho/releases/latest) or grab via Gradle:
```groovy
-compile 'com.facebook.stetho:stetho-js-rhino:1.4.1'
+compile 'com.facebook.stetho:stetho-js-rhino:1.4.2'
```
or Maven:
```xml
com.facebook.stetho
stetho-js-rhino
- 1.4.1
+ 1.4.2
```