diff --git a/android/app/build.gradle b/android/app/build.gradle index 6cdb6551b8fd39ee915e338970b883fb76f4a7a0..22cb0ac0c31ddd15cdd0669f2001ddbc9b28dd61 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 0b4f044bf39a298e1bc8e735b2737c0cbbe9afa4..910891acd6f9ab3773cea1332e94a15398d008e8 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>