Skip to content

Commit

Permalink
prepare 2.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed May 16, 2016
1 parent 35a5881 commit 5e7960f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

Changelog
=========
**2.5.next**
**2.5.4**
* Add Czech translations (#267)
* Added min/max limits to RadialTimePicker (#272)
* Fix Recurrence To string formatter for monthly and yearly events (#270)
* Add HMSPicker negative duration option (#281)

**2.5.3**
* Add setter for changing cancel button label of RadialDatePicker (#266)
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.3'
compile 'com.code-troopers.betterpickers:library:2.5.4'
```

### Maven
Expand All @@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:2.5.3'
<dependency>
<groupId>com.code-troopers.betterpickers</groupId>
<artifactId>library</artifactId>
<version>2.5.3</version>
<version>2.5.4</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# 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.3
VERSION_CODE=253
VERSION_NAME=2.5.4
VERSION_CODE=254
GROUP=com.code-troopers.betterpickers

ANDROID_BUILD_MIN_SDK_VERSION=9
Expand Down

0 comments on commit 5e7960f

Please sign in to comment.