commit 60f19ca28f9555d519cbca289f64c9dc5906e9d5 Author: Nathan Freitas nathan@freitas.net Date: Thu Apr 9 13:15:31 2015 -0400
15.0.0-RC-2 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d317b3d..b569adb 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="15.0.0-RC-1" - android:versionCode="15103" + android:versionName="15.0.0-RC-2" + android:versionCode="15104" android:installLocation="auto" >
tor-commits@lists.torproject.org