Bump version to 1.1.1 (10101)

FPIIM-2230

Change-Id: I673331a0439eeb83d7e4e6e0d61b7c1fb4268652
diff --git a/app/build.gradle b/app/build.gradle
index f8c35e3..6fb2890 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@
         applicationId "com.fairphone.com.fairphone.cameraswapinfo"
         minSdkVersion 22
         targetSdkVersion 23
-        versionCode 10100
-        versionName "1.1"
+        versionCode 10101
+        versionName "1.1.1"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index de98e49..05cc504 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.fairphone.cameraswapinfo"
-    android:versionCode="10100"
-    android:versionName="1.1.0">
+    android:versionCode="10101"
+    android:versionName="1.1.1">
 
     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />