Skip to content

Commit

Permalink
update changelog for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed Aug 23, 2016
1 parent 044876c commit 959ea32
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

Changelog
=========
**3.0.1**
* Fix setExpiration being called before setMinYear (#319)
* Fix leading zeroes issue in HMS Picker (#311)

**3.0.0**
* Fix Fragment already added Exception (#298)
* Remove deprecated methods :
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=3.0.0
VERSION_CODE=300
VERSION_NAME=3.0.1
VERSION_CODE=301
GROUP=com.code-troopers.betterpickers

ANDROID_BUILD_MIN_SDK_VERSION=9
Expand Down
1 change: 1 addition & 0 deletions library/src/main/res/layout/radial_time_picker_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
android:id="@+id/error"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minLines="2"
android:background="#ffff4444"
android:gravity="center_horizontal"
android:paddingLeft="20dp"
Expand Down

0 comments on commit 959ea32

Please sign in to comment.