Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Sjolander committed Jul 23, 2015
1 parent adfa65f commit 6f8755a
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 @@ -9,8 +9,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.2.0'
compile 'com.flipboard:bottomsheet-commons:1.2.0' // optional
compile 'com.flipboard:bottomsheet-core:1.3.0'
compile 'com.flipboard:bottomsheet-commons:1.3.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 @@
#Mon, 08 Jun 2015 16:04:20 -0700
#Thu, 23 Jul 2015 16:12:54 -0700
#Tue Jun 02 09:57:59 PDT 2015
major=1
minor=2
minor=3
patch=0

0 comments on commit 6f8755a

Please sign in to comment.