Version bump again, since the last one was released with debugging options

pull/14/head 3.3.6
Tim Su 14 years ago
parent d0e2527ca9
commit 4cc9829e8c

@ -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"> -->

@ -107,7 +107,7 @@ public final class UpgradeService {
"<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",
});

Loading…
Cancel
Save