Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c1df277

Browse files
committed
release(2.5.1) : release new version 2.5.1
1 parent 2d50657 commit c1df277

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGE_LOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Changelog
33
=========
4-
**2.5.next**
4+
**2.5.1**
55
* Fix day dates not visible in CalendarDatePicker (#252)
66
* Fix Fragment restoration for NumberPicker (#254)
77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Including in Your Project
3131
### Gradle
3232

3333
```groovy
34-
compile 'com.code-troopers.betterpickers:library:2.5.0'
34+
compile 'com.code-troopers.betterpickers:library:2.5.1'
3535
```
3636

3737
### Maven
@@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.0'
4040
<dependency>
4141
<groupId>com.code-troopers.betterpickers</groupId>
4242
<artifactId>library</artifactId>
43-
<version>2.5.0</version>
43+
<version>2.5.1</version>
4444
<type>aar</type>
4545
</dependency>
4646
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This option should only be used with decoupled projects. More details, visit
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
19-
VERSION_NAME=2.5.0
19+
VERSION_NAME=2.5.1
2020
VERSION_CODE=250
2121
GROUP=com.code-troopers.betterpickers
2222

0 commit comments

Comments
 (0)