From b1b7e78019eb7928fcf42033a37867d81e67e7f1 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 16 Jan 2013 15:39:08 -0800 Subject: [PATCH] Date update in upgrade message --- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" });