commit 7ec6de72e6106450bece838bd0fe0cca85cd0b3d Author: Nathan Freitas nathan@freitas.net Date: Thu Jun 19 10:30:17 2014 -0400
update to 14.0.4.1 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a18aee1..df8c135 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.4" - android:versionCode="106" + android:versionName="14.0.4.1" + android:versionCode="107" android:installLocation="auto" >
tor-commits@lists.torproject.org