From a2778e0514f1be48d71bd2d29ec0e8e9b5b8d393 Mon Sep 17 00:00:00 2001 From: botify Date: Thu, 17 Sep 2020 17:16:44 +0000 Subject: [PATCH] Update version to 1.0.1-59 --- 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 f40a4e1351fbd..ba82dd76e9030 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 59 - versionName "1.0.1-58" + versionCode 60 + versionName "1.0.1-59" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index d23a5cef094e0..7fcd8cdc638bd 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 59 + 60 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 249e63b5e2369..cdc1d721d10c5 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 59 + 60 diff --git a/package-lock.json b/package-lock.json index 05cf986f969c9..0776bb1606f68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-58", + "version": "1.0.1-59", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index beb45cf16a1d5..7bf4e01296a58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-58", + "version": "1.0.1-59", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",