From 2127950f8d11c82951bae56674c717fa84e26029 Mon Sep 17 00:00:00 2001 From: Diego Mello <diegolmello@gmail.com> Date: Tue, 6 Aug 2019 16:03:17 -0300 Subject: [PATCH] Bump version to 1.18.0 (#1106) --- android/app/build.gradle | 2 +- ios/RocketChatRN/Info.plist | 2 +- ios/ShareRocketChatRN/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index f8eb15bf8..3f795d637 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -110,7 +110,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode VERSIONCODE as Integer - versionName "1.17.0" + versionName "1.18.0" vectorDrawables.useSupportLibrary = true } diff --git a/ios/RocketChatRN/Info.plist b/ios/RocketChatRN/Info.plist index 5985bab19..44c58cd68 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.17.0</string> + <string>1.18.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> diff --git a/ios/ShareRocketChatRN/Info.plist b/ios/ShareRocketChatRN/Info.plist index 6875a03a1..aff2dca04 100644 --- a/ios/ShareRocketChatRN/Info.plist +++ b/ios/ShareRocketChatRN/Info.plist @@ -17,7 +17,7 @@ <key>CFBundlePackageType</key> <string>XPC!</string> <key>CFBundleShortVersionString</key> - <string>1.17.0</string> + <string>1.18.0</string> <key>CFBundleVersion</key> <string>1</string> <key>NSAppTransportSecurity</key> -- GitLab