commit 81bd61764c2c300bd1ba1e4de5b03350455470c1 Author: Nathan Freitas nathan@freitas.net Date: Sat Jun 7 23:10:17 2014 -0400
updating to 14.0.0 build 100! --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d7b1da8..f05d19a 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-RC3" - android:versionCode="99" + android:versionName="14.0.0" + android:versionCode="100" android:installLocation="auto" >