Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Guilfoyle authored and longinoa committed Mar 11, 2015
1 parent 2457ef9 commit 6445799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.1-SNAPSHOT
VERSION_NAME=1.0.1
GROUP=com.facebook.stetho

0 comments on commit 6445799

Please sign in to comment.