From 038bebfdbbcb57b06a7cd40c63ecffda70d31aac Mon Sep 17 00:00:00 2001
From: Moxie Marlinspike <moxie@thoughtcrime.org>
Date: Wed, 26 Feb 2014 13:08:03 -0800
Subject: [PATCH] Bump version to 2.0.3 // FREEBIE

---
 AndroidManifest.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3ede997374..2b27877de2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           package="org.thoughtcrime.securesms"
-      android:versionCode="65"
-      android:versionName="2.0.2">
+      android:versionCode="66"
+      android:versionName="2.0.3">
 
     <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>