version lifted to 0.9.1

This commit is contained in:
Thialfihar 2010-04-24 13:16:21 +00:00
parent 2c093b3e0d
commit b52103295a
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thialfihar.android.apg"
android:versionName="0.9.0" android:versionCode="5">
android:versionName="0.9.1" android:versionCode="6">
<application
android:icon="@drawable/icon"

View File

@ -104,7 +104,7 @@ public class Apg {
public static final String ENCRYPT_FILE = "org.thialfihar.android.apg.intent.ENCRYPT_FILE";
}
public static String VERSION = "0.9.0";
public static String VERSION = "0.9.1";
public static String FULL_VERSION = "APG v" + VERSION;
private static final int[] PREFERRED_SYMMETRIC_ALGORITHMS =