Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed May 26, 2018
1 parent e0e9333 commit e35520b
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 @@ -2,7 +2,7 @@
# BottomSheetCoordinatorLayout

```groovy
implementation 'com.otaliastudios:bottomsheetcoordinatorlayout:1.0.3'
implementation 'com.otaliastudios:bottomsheetcoordinatorlayout:1.0.4'
```

A handy `CoordinatorLayout` that works well when used in a bottom sheet, even with `AppBarLayout`s inside.
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
// Required by bintray
// archivesBaseName is required if artifactId is different from gradle module name
// or you can add baseName to each archive task (sources, javadoc, aar)
version = '1.0.3'
version = '1.0.4'
group = 'com.otaliastudios'
archivesBaseName = 'bottomsheetcoordinatorlayout'

Expand Down

0 comments on commit e35520b

Please sign in to comment.