Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Jun 1, 2015
1 parent 7b92ee6 commit 7d4d47d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ Picasso.with(context)
ChangeLog
----------

* **2.1.0**
* Add APIs for setting different corner radii. Currently only supports a single radius or 0 (allows you to choose which corners to be rounded by setting otheres to 0).

* **2.0.1**
* Invalidate after `setCornerRadius()`

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {

allprojects {
group 'com.makeramen'
version '2.1.0-SNAPSHOT'
version '2.1.0'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit 7d4d47d

Please sign in to comment.