From 73829bbbff0a9671104a009af4fb256ad14ad32c Mon Sep 17 00:00:00 2001 From: Vince Mi Date: Sat, 18 Oct 2014 15:06:54 -0700 Subject: [PATCH] version bump and changelog update --- README.md | 6 +++++- build.gradle | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 985c2a1..a3eb323 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: diff --git a/build.gradle b/build.gradle index 6e13647..4d0ca42 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { allprojects { group 'com.makeramen' - version '1.3.0' + version '1.3.1' repositories { mavenCentral() }