Bump version number to 0.7

master
Moxie Marlinspike 2012-09-13 20:47:33 -07:00
parent 1881753a71
commit 6e07533bcd
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.thoughtcrime.securesms"
android:versionCode="24"
android:versionName="0.6.2">
android:versionCode="25"
android:versionName="0.7">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="14"/>
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>
<permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"
android:label="Access to TextSecure Secrets"