commit c2672cc95f0b781869061465a7df1e36940513a9 Author: Nathan Freitas nathan@freitas.net Date: Thu Aug 21 12:01:58 2014 -0400
update to 14.0.7.1 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index fcbdfab..2146b4a 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.7" - android:versionCode="119" + android:versionName="14.0.7.1" + android:versionCode="120" android:installLocation="auto" >
tor-commits@lists.torproject.org