From 5a41095b1316796835caf88cc8c3f31c6df81aa5 Mon Sep 17 00:00:00 2001 From: botify Date: Fri, 2 Oct 2020 18:23:47 +0000 Subject: [PATCH] Update version to 1.0.1-92 --- android/app/build.gradle | 4 ++-- ios/ReactNativeChat/Info.plist | 20 ++++++++++---------- ios/ReactNativeChatTests/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 04cad344876d..0569c9482d8b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -138,8 +138,8 @@ android { applicationId "com.expensify.chat" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 92 - versionName "1.0.1-91" + versionCode 93 + versionName "1.0.1-92" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 1a466430afea..f3a1a53e30a8 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,37 +21,37 @@ CFBundleSignature ???? CFBundleVersion - 92 + 93 ITSAppUsesNonExemptEncryption - + LSRequiresIPhoneOS - + NSAppTransportSecurity NSAllowsArbitraryLoads - + NSExceptionDomains localhost NSExceptionAllowsInsecureHTTPLoads - + NSIncludesSubdomains - + www.expensify.com.dev NSExceptionAllowsInsecureHTTPLoads - + NSIncludesSubdomains - + NSCameraUsageDescription Your camera is used to create chat attachments. NSLocationWhenInUseUsageDescription - + NSPhotoLibraryAddUsageDescription Your camera roll is used to store chat attachments. NSPhotoLibraryUsageDescription @@ -81,6 +81,6 @@ UIInterfaceOrientationPortraitUpsideDown UIViewControllerBasedStatusBarAppearance - + diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 320ada47e139..534eb0b053a0 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 92 + 93 diff --git a/package-lock.json b/package-lock.json index de7015b5ed3e..095a444dba0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-91", + "version": "1.0.1-92", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index de89264fcbf0..89eba47c74ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-91", + "version": "1.0.1-92", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",