Skip to content

Commit

Permalink
Increase version to 1.4.3 for bintray release
Browse files Browse the repository at this point in the history
  • Loading branch information
markrietveld committed Sep 15, 2015
1 parent e739516 commit 222440d
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.2'
compile 'com.flipboard:bottomsheet-commons:1.4.2' // optional
compile 'com.flipboard:bottomsheet-core:1.4.3'
compile 'com.flipboard:bottomsheet-commons:1.4.3' // 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, 08 Sep 2015 00:55:20 -0700
#Tue, 15 Sep 2015 10:12:29 -0700
#Tue Jun 02 09:57:59 PDT 2015
major=1
minor=4
patch=2
patch=3

0 comments on commit 222440d

Please sign in to comment.