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

Commit

Permalink
version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc3m1 committed Oct 18, 2014
1 parent 367c102 commit 73829bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are many ways to create rounded corners in android, but this is the fastes
* does **not** use a clipPath which is not hardware accelerated and not anti-aliased.
* does **not** use setXfermode to clip the bitmap and draw twice to the canvas.

If you know of a better method, let me know and I'll implement it!
If you know of a better method, let me know (or even better open a pull request)!

Also has proper support for:
* Borders (with Colors and ColorStateLists)
Expand Down Expand Up @@ -92,6 +92,10 @@ Picasso.with(context)
ChangeLog
----------

* **1.3.1**
* add support for About Libraries (#57)
* reset matrix for Robolectric support (#56)

* **1.3.0**
* A new `RoundedTransformationBuilder` to help build Picasso `Transformation`s
* slight API changes:
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.3.0'
version '1.3.1'
repositories {
mavenCentral()
}
Expand Down

0 comments on commit 73829bb

Please sign in to comment.