Skip to content

Commit

Permalink
Next version will be 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jun 25, 2012
1 parent 85c0394 commit 04629aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Change Log
==========

Version 2.3.1 *(In Development)*
Version 2.4.0 *(In Development)*
--------------------------------

* Add `ViewHelper` class which will delegate new `View` property calls to
their native counterparts when available.
* Do not invalidate parent if view is not attached to anything.
* Fix: Do not invalidate parent if view is not attached to anything.
* Fix: Respect pivot for both scaling in addition to rotating.


Version 2.3.0 *(2012-04-25)*
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nineoldandroids</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.nineoldandroids</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>

<name>Nine Old Androids (Parent)</name>
<description>Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!</description>
Expand Down
2 changes: 1 addition & 1 deletion sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.nineoldandroids</groupId>
<artifactId>parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 04629aa

Please sign in to comment.