From 437ce8a6011b478a82330ed4466cb9b595a8ca37 Mon Sep 17 00:00:00 2001 From: botify Date: Tue, 10 Nov 2020 18:35:14 +0000 Subject: [PATCH] Update version to 1.0.1-178 --- 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 e013cf04b99c..f7e2a24958b5 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 178 - versionName "1.0.1-177" + versionCode 179 + versionName "1.0.1-178" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 890dc5737614..9fd65249799b 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 178 + 179 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index f7353e9d5b33..e3cd1cbc7dd8 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 178 + 179 diff --git a/package-lock.json b/package-lock.json index d5eb8f582db2..8dccc39affcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-177", + "version": "1.0.1-178", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00f6a4eba2d0..94a08af0921b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-177", + "version": "1.0.1-178", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",