From 64d0e69b67d450731775a2f9fd80f6b7069489cb Mon Sep 17 00:00:00 2001 From: botify Date: Fri, 6 Nov 2020 18:49:19 +0000 Subject: [PATCH] Update version to 1.0.1-173 --- 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 1989a2c07880..e6f8101aa46d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,8 +139,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 173 - versionName "1.0.1-172" + versionCode 174 + versionName "1.0.1-173" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index fbbd674d9198..dd3271a5bc74 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 173 + 174 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 3899fcfd1539..99fd1975485c 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 173 + 174 diff --git a/package-lock.json b/package-lock.json index e666fafc2dfc..3f1d5e66a9a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-172", + "version": "1.0.1-173", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b4adcb3d15c5..a635cac4281f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-172", + "version": "1.0.1-173", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",