Skip to content

Commit

Permalink
docs(readme): bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed Dec 22, 2015
1 parent 572cb93 commit c9db525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -41,7 +41,7 @@ from Sonatype:
**Gradle**

```groovy
compile 'net.rdrei.android.dirchooser:library:3.0@aar'
compile 'net.rdrei.android.dirchooser:library:3.1@aar'
```

**Maven**
Expand All @@ -50,7 +50,7 @@ compile 'net.rdrei.android.dirchooser:library:3.0@aar'
<dependency>
<groupId>net.rdrei.android.dirchooser</groupId>
<artifactId>library</artifactId>
<version>3.0</version>
<version>3.1</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit c9db525

Please sign in to comment.