Skip to content

Commit

Permalink
release(2.5.1) : release new version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed Feb 11, 2016
1 parent 2d50657 commit c1df277
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Changelog
=========
**2.5.next**
**2.5.1**
* Fix day dates not visible in CalendarDatePicker (#252)
* Fix Fragment restoration for NumberPicker (#254)

Expand Down
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.0'
compile 'com.code-troopers.betterpickers:library:2.5.1'
```

### Maven
Expand All @@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.0'
<dependency>
<groupId>com.code-troopers.betterpickers</groupId>
<artifactId>library</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<type>aar</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=2.5.0
VERSION_NAME=2.5.1
VERSION_CODE=250
GROUP=com.code-troopers.betterpickers

Expand Down

0 comments on commit c1df277

Please sign in to comment.