Skip to content

Commit

Permalink
Increase version to 1.5.0 for bintray release
Browse files Browse the repository at this point in the history
  • Loading branch information
markrietveld committed Dec 1, 2015
1 parent a144e47 commit 53862ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3'
compile 'com.flipboard:bottomsheet-commons:1.4.3' // optional
compile 'com.flipboard:bottomsheet-core:1.5.0'
compile 'com.flipboard:bottomsheet-commons:1.5.0' // optional
}
```

Expand Down
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Tue, 15 Sep 2015 10:12:29 -0700
#Tue, 01 Dec 2015 13:05:10 -0800
#Tue Jun 02 09:57:59 PDT 2015
major=1
minor=4
patch=3
minor=5
patch=0

0 comments on commit 53862ca

Please sign in to comment.