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

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Jan 21, 2014
1 parent 5ace89e commit a81b98b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ iv.setBackground(backgroundDrawable);

ChangeLog
----------

* **1.2.2**
* fix for incorrect radius on the image when there is a border
* add a `toBitmap()` function for easier Picasso and Ion compatibility
* **1.2.1**
* default scaleType now FIT_CENTER (and never null) to match Android ([#27](https://github.com/vinc3m1/RoundedImageView/issues/27))
* **1.2.0**
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 '1.2.1'
version '1.2.2'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit a81b98b

Please sign in to comment.