From a283d96228777518a36a3435208d8f09092c870a Mon Sep 17 00:00:00 2001
From: diegolmello <diegolmello@gmail.com>
Date: Mon, 3 Sep 2018 12:59:57 -0300
Subject: [PATCH] 1.1

---
 android/app/build.gradle    | 2 +-
 ios/RocketChatRN/Info.plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/android/app/build.gradle b/android/app/build.gradle
index 6cdb6551b..22cb0ac0c 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -102,7 +102,7 @@ android {
         minSdkVersion 19
         targetSdkVersion 27
         versionCode VERSIONCODE as Integer
-        versionName "1.0.1"
+        versionName "1.1"
         ndk {
             abiFilters "armeabi-v7a", "x86"
         }
diff --git a/ios/RocketChatRN/Info.plist b/ios/RocketChatRN/Info.plist
index 0b4f044bf..910891acd 100644
--- a/ios/RocketChatRN/Info.plist
+++ b/ios/RocketChatRN/Info.plist
@@ -17,7 +17,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.0.1</string>
+	<string>1.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleURLTypes</key>
-- 
GitLab