Skip to content

Commit

Permalink
Version bump again, since the last one was released with debugging op…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
Tim Su committed Sep 28, 2010
1 parent d0e2527 commit 4cc9829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astrid/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionName="3.3.5 (bug fix release)"
android:versionCode="160">
android:versionName="3.3.6 (bug fix release)"
android:versionCode="161">

<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> -->
Expand Down
2 changes: 1 addition & 1 deletion astrid/src/com/todoroo/astrid/service/UpgradeService.java
Expand Up @@ -107,7 +107,7 @@ public void showChangeLog(Context context, int from) {
"<a href='http://bit.ly/oldastrid'>clicking here</a>",
});
if(from >= V3_3_0)
newVersionString(changeLog, "3.3.5 (9/27/10)", new String[] {
newVersionString(changeLog, "3.3.6 (9/27/10)", new String[] {
"Restored alarm functionality",
"Producteev: sync can now remove due dates in Producteev",
});
Expand Down

0 comments on commit 4cc9829

Please sign in to comment.