Skip to content

Commit

Permalink
Prepare version 2.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jul 21, 2014
1 parent 248c2b3 commit 30b4b49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Change Log
==========

Version 2.3.3 *(TBD)*
Version 2.3.3 *(2014-07-21)*
----------------------------

* Fix: Crash when attempting to swap dimension for exif transformation.
* Fix: Crash when attempting to swap dimension for EXIF transformation.
* Fix: Properly honor alpha value in PicassoDrawable.
* Fix: Use `getWidth()/getHeight()` instead of `getMeasuredWidth()` and `getMeasuredHeight()` during `fit()`.
* Fix: Use `getWidth()` and `getHeight()` instead of `getMeasuredWidth()` and `getMeasuredHeight()` during `fit()`.


Version 2.3.2 *(2014-06-05)*
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ For more information please see [the website][1]
Download
--------

Download [the latest JAR][2] or grab via Maven:

Download [the latest JAR][2] or grab via Gradle:
```groovy
compile 'com.squareup.picasso:picasso:2.3.3'
```
or Maven:
```xml
<dependency>
<groupId>com.squareup.picasso</groupId>
<artifactId>picasso</artifactId>
<version>(insert latest version)</version>
<version>2.3.3</version>
</dependency>
```

Expand Down

0 comments on commit 30b4b49

Please sign in to comment.