From cac15968cdc88eafeb35930b081d00c3b8d00080 Mon Sep 17 00:00:00 2001 From: botify Date: Thu, 5 Nov 2020 23:26:04 +0000 Subject: [PATCH] Update version to 1.0.1-172 --- 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 f38dc7ff2f04..1989a2c07880 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 172 - versionName "1.0.1-171" + versionCode 173 + versionName "1.0.1-172" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index e25f9f60f7a2..fbbd674d9198 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 172 + 173 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index da0e1bba9274..3899fcfd1539 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 172 + 173 diff --git a/package-lock.json b/package-lock.json index 9a7ed8089257..e666fafc2dfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-171", + "version": "1.0.1-172", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d1b0e1be7816..b4adcb3d15c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-171", + "version": "1.0.1-172", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",