Skip to content

Commit

Permalink
Bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
moxie0 committed Dec 21, 2011
1 parent f9f8929 commit 6a30867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.thoughtcrime.securesms"
android:versionCode="20"
android:versionName="0.5.6">
android:versionCode="21"
android:versionName="0.5.7">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
<activity android:name=".SecureSMS"
android:label="@string/app_name"
Expand Down Expand Up @@ -106,4 +106,4 @@
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.thoughtcrime.securesms.tests" android:label="Tests for My App" />

</manifest>
</manifest>

0 comments on commit 6a30867

Please sign in to comment.