Skip to content

Commit

Permalink
Increase version to 1.4.1 for bintray release
Browse files Browse the repository at this point in the history
  • Loading branch information
markrietveld committed Sep 8, 2015
1 parent f26f4c1 commit f9a4a3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ BottomSheet has been used in production at Flipboard for a while now so it is th
If all you want is the BottomSheet component and don't need things from commons you can skip that dependency.
```groovy
dependencies {
compile 'com.flipboard:bottomsheet-core:1.4.0'
compile 'com.flipboard:bottomsheet-commons:1.4.0' // optional
compile 'com.flipboard:bottomsheet-core:1.4.1'
compile 'com.flipboard:bottomsheet-commons:1.4.1' // optional
}
```

Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Tue, 01 Sep 2015 12:18:19 -0700
#Mon, 07 Sep 2015 19:59:56 -0700
#Tue Jun 02 09:57:59 PDT 2015
major=1
minor=4
patch=0
patch=1

0 comments on commit f9a4a3b

Please sign in to comment.