Skip to content

Commit

Permalink
Increased version number to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdullaer committed Aug 30, 2015
1 parent 7292c7d commit 4482e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Setup
The easiest way to add the Material DateTime Picker library to your project is by adding it as a dependency to your `build.gradle`
```java
dependencies {
compile 'com.wdullaer:materialdatetimepicker:1.4.2'
compile 'com.wdullaer:materialdatetimepicker:1.5.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.4.2
VERSION_CODE=10
VERSION_NAME=1.5.0
VERSION_CODE=11
GROUP=com.wdullaer

ANDROID_BUILD_MIN_SDK_VERSION=14
Expand All @@ -35,4 +35,4 @@ POM_LICENCE_NAME=Apache v2 License
POM_LICENCE_URL=https://github.com/wdullaer/MaterialDateTimePicker/blob/master/LICENSE
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=wdullaer
POM_DEVELOPER_NAME=Wouter Dullaert
POM_DEVELOPER_NAME=Wouter Dullaert

0 comments on commit 4482e63

Please sign in to comment.