commit 14fab242afd46f33c03ccc8a5c78d62bdf044f70 Author: Nathan Freitas nathan@freitas.net Date: Thu Jan 9 22:01:28 2014 -0500
bump to 13.0.1 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9f55338..9241cd0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.torproject.android" - android:versionName="13.0.0" - android:versionCode="63" + android:versionName="13.0.1" + android:versionCode="64" android:installLocation="auto" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>