From 04629aa8dcd0fa4f208a7372374db4b0e2a471d1 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Sun, 24 Jun 2012 19:18:55 -0700 Subject: [PATCH] Next version will be 2.4.0. --- CHANGELOG.md | 5 +++-- library/pom.xml | 2 +- pom.xml | 2 +- sample/pom.xml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 046917b..7f9f021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)* diff --git a/library/pom.xml b/library/pom.xml index ef9c121..e0eb181 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -11,7 +11,7 @@ com.nineoldandroids parent - 2.3.1-SNAPSHOT + 2.4.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index c9e71b1..2bdd07b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.nineoldandroids parent pom - 2.3.1-SNAPSHOT + 2.4.0-SNAPSHOT Nine Old Androids (Parent) Android library for using the Honeycomb animation API on all versions of the platform back to 1.0! diff --git a/sample/pom.xml b/sample/pom.xml index 17e37c3..dbdf1ef 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -11,7 +11,7 @@ com.nineoldandroids parent - 2.3.1-SNAPSHOT + 2.4.0-SNAPSHOT ../pom.xml