Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphsu committed Oct 31, 2016
1 parent 909b35b commit 610fbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ supporting API level 14 and up.
Add the following dependency to your module's `build.gradle`:
```groovy
dependencies {
compile 'com.philliphsu:bottomsheetpickers:2.0.0'
compile 'com.philliphsu:bottomsheetpickers:2.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion bottomsheetpickers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/philliphsu/BottomSheetPickers'
gitUrl = 'https://github.com/philliphsu/BottomSheetPickers.git'

libraryVersion = '2.0.0'
libraryVersion = '2.0.1'

developerId = 'philliphsu'
developerName = 'Phillip Hsu'
Expand Down

0 comments on commit 610fbfd

Please sign in to comment.