From 04eb6f445a1ee8f30d477fa8fa9e43a8100e9d2c Mon Sep 17 00:00:00 2001 From: botify Date: Mon, 21 Sep 2020 21:16:57 +0000 Subject: [PATCH] Update version to 1.0.1-63 --- android/app/build.gradle | 4 ++-- ios/ReactNativeChat/Info.plist | 2 +- ios/ReactNativeChatTests/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 14af06fcdf86..ac358e925b73 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 63 - versionName "1.0.1-62" + versionCode 64 + versionName "1.0.1-63" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index f9127fce49fd..edcb6d5fc7a0 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 63 + 64 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index f820c76ecf50..0316233d3e25 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 63 + 64 diff --git a/package-lock.json b/package-lock.json index a96badaf89d3..d71ca160cec8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-62", + "version": "1.0.1-63", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e807e8cb3227..043471be3983 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-62", + "version": "1.0.1-63", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",