From f03d5c5c4799bef7833142288b6288cf50a77c66 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 26 Aug 2014 00:15:38 -0700 Subject: [PATCH] Prepare 2.3.4. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f9749f3ab..f36d8c6a93 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Download Download [the latest JAR][2] or grab via Gradle: ```groovy -compile 'com.squareup.picasso:picasso:2.3.3' +compile 'com.squareup.picasso:picasso:2.3.4' ``` or Maven: ```xml com.squareup.picasso picasso - 2.3.3 + 2.3.4 ```