aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2014-05-14 00:09:38 +0200
committerDaniel Gultsch <daniel@gultsch.de>2014-05-14 00:09:38 +0200
commit65e729480210982149c83c7fc6881bebd71e2bdb (patch)
tree7955efa504390e843c21683b0fc22b156d1703ca /AndroidManifest.xml
parenta1a90a03e042656e69d11c9989830ade5d14827d (diff)
parentebae779d735661d9e1091bb88dc378fd01ef794b (diff)
Merge branch 'development' into feature/take_picture
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8c90d092..3d1d6a4f 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="eu.siacs.conversations"
- android:versionCode="11"
- android:versionName="0.2" >
+ android:versionCode="12"
+ android:versionName="0.2.1" >
<uses-sdk
android:minSdkVersion="14"