Skip to content

Commit f03d5c5

Browse files
committed
Prepare 2.3.4.
1 parent f648b20 commit f03d5c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Download
1414

1515
Download [the latest JAR][2] or grab via Gradle:
1616
```groovy
17-
compile 'com.squareup.picasso:picasso:2.3.3'
17+
compile 'com.squareup.picasso:picasso:2.3.4'
1818
```
1919
or Maven:
2020
```xml
2121
<dependency>
2222
<groupId>com.squareup.picasso</groupId>
2323
<artifactId>picasso</artifactId>
24-
<version>2.3.3</version>
24+
<version>2.3.4</version>
2525
</dependency>
2626
```
2727

0 commit comments

Comments
 (0)