diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index 741118dd6..981ce9bd4 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -1,7 +1,8 @@ + android:versionName="3.2.0 (build your own filters, easy sorting, customizable widget, ui improvements)" + android:versionCode="147"> diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index 40970717d..de20889cd 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -105,6 +105,7 @@ public final class UpgradeService { if(from > V2_14_4 && from <= V3_1_0) newVersionString(changeLog, "3.2.0 (8/16/10)", new String[] { "Build your own custom filters from the Filter page", + "Easy task sorting (in the task list menu)", "Create widgets from any of your filters", "Synchronize with Producteev! (producteev.com)", "Select tags by drop-down box",