From af6c52bad08672844a12a34710989971b0aa78c4 Mon Sep 17 00:00:00 2001 From: Josh Guilfoyle Date: Fri, 1 May 2015 13:20:31 -0700 Subject: [PATCH] Bump version to 1.1.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4568f3d2..34e48b23 100644 --- a/README.md +++ b/README.md @@ -15,25 +15,25 @@ begin. ### Download Download [the latest JARs](https://github.com/facebook/stetho/releases/latest) or grab via Gradle: ```groovy -compile 'com.facebook.stetho:stetho:1.1.0' +compile 'com.facebook.stetho:stetho:1.1.1' ``` or Maven: ```xml com.facebook.stetho stetho - 1.1.0 + 1.1.1 ``` 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-okhttp:1.1.0' +compile 'com.facebook.stetho:stetho-okhttp:1.1.1' ``` or: ```groovy -compile 'com.facebook.stetho:stetho-urlconnection:1.1.0' +compile 'com.facebook.stetho:stetho-urlconnection:1.1.1' ``` ### Putting it together