Skip to content

Commit

Permalink
prepare 2.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed May 19, 2016
1 parent c7f4b22 commit 1dee342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Including in Your Project
### Gradle

```groovy
compile 'com.code-troopers.betterpickers:library:2.5.4'
compile 'com.code-troopers.betterpickers:library:2.5.5'
```

### Maven
Expand All @@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.4'
<dependency>
<groupId>com.code-troopers.betterpickers</groupId>
<artifactId>library</artifactId>
<version>2.5.4</version>
<version>2.5.5</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit 1dee342

Please sign in to comment.