From 64457994b5706797c578c84006b118544e0a24ec Mon Sep 17 00:00:00 2001 From: Josh Guilfoyle Date: Thu, 26 Feb 2015 16:54:31 -0800 Subject: [PATCH] Bump version to 1.0.1 --- README.md | 8 ++++---- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 135d479c..31282d8a 100644 --- a/README.md +++ b/README.md @@ -39,25 +39,25 @@ easily create your own! ### Download Download [the latest JARs](https://github.com/facebook/stetho/releases/latest) or grab via Gradle: ```groovy -compile 'com.facebook.stetho:stetho:1.0.0' +compile 'com.facebook.stetho:stetho:1.0.1' ``` or Maven: ```xml com.facebook.stetho stetho - 1.0.0 + 1.0.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.0.0' +compile 'com.facebook.stetho:stetho-okhttp:1.0.1' ``` or: ```groovy -compile 'com.facebook.stetho:stetho-urlconnection:1.0.0' +compile 'com.facebook.stetho:stetho-urlconnection:1.0.1' ``` ### Set-up diff --git a/gradle.properties b/gradle.properties index 8954a59d..e9eca6b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -VERSION_NAME=1.0.1-SNAPSHOT +VERSION_NAME=1.0.1 GROUP=com.facebook.stetho