Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Sep 1, 2015
1 parent bfd8af3 commit c88ea91
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.3.0'
compile 'com.flipboard:bottomsheet-commons:1.3.0' // optional
compile 'com.flipboard:bottomsheet-core:1.4.0'
compile 'com.flipboard:bottomsheet-commons:1.4.0' // 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 @@
#Thu, 23 Jul 2015 16:12:54 -0700
#Tue, 01 Sep 2015 12:18:19 -0700
#Tue Jun 02 09:57:59 PDT 2015
major=1
minor=3
minor=4
patch=0

0 comments on commit c88ea91

Please sign in to comment.