From 67a57a47e45b7e249f64ef472f13802b0e41ccf7 Mon Sep 17 00:00:00 2001 From: botify Date: Fri, 16 Oct 2020 22:23:52 +0000 Subject: [PATCH] Update version to 1.0.1-127 --- 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 eb4aade8e164..8b351ff28eeb 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 127 - versionName "1.0.1-126" + versionCode 128 + versionName "1.0.1-127" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 2be3aa5dfb20..77b5cedc952e 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 127 + 128 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 1fd3a3082ccb..d124af2c2834 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 127 + 128 diff --git a/package-lock.json b/package-lock.json index 5fad0bc261e2..b1351e50da50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-126", + "version": "1.0.1-127", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d6f3906dd06..61ad71637d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-126", + "version": "1.0.1-127", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",