commit ccaec1ebd3ececc2c829d45efeeccd4a00534bf1 Author: Nathan Freitas nathan@freitas.net Date: Fri Jun 6 09:59:48 2014 -0400
update 14.0.0-BETA-2 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index bc5cde2..227e733 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="14.0.0-BETA-1" - android:versionCode="94" + android:versionName="14.0.0-BETA-2" + android:versionCode="95" android:installLocation="auto" >
tor-commits@lists.torproject.org