Skip to content

Commit

Permalink
Prepare 2.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 26, 2014
1 parent f648b20 commit f03d5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>2.3.3</version>
<version>2.3.4</version>
</dependency>
```

Expand Down

0 comments on commit f03d5c5

Please # to comment.