diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index f855ca04a..8dbf669c6 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -284,7 +284,7 @@ public final class UpgradeService { StringBuilder changeLog = new StringBuilder(); if (from >= V4_5_0 && from < V4_5_1) { - newVersionString(changeLog, "4.5.1 (1/15/13)", new String[] { + newVersionString(changeLog, "4.5.1 (1/16/13)", new String[] { "New 'Titles only' style option for task lists (Settings > Appearance > Task row appearance)", "Bug and crash fixes" });