Bump version to 1.1.0 (10100)

Change-Id: I88b49b491fdcad080d192728338f320b8afb0697
diff --git a/app/build.gradle b/app/build.gradle
index f602b47..f8c35e3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@
         applicationId "com.fairphone.com.fairphone.cameraswapinfo"
         minSdkVersion 22
         targetSdkVersion 23
-        versionCode 1
-        versionName "1.0"
+        versionCode 10100
+        versionName "1.1"
         testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
     }
     buildTypes {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 4af2011..de98e49 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="1"
-    android:versionName="1.0.0">
+    android:versionCode="10100"
+    android:versionName="1.1.0">
 
     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />