From aa3ec554ce21664a20cb7342f2bfcda202c60747 Mon Sep 17 00:00:00 2001 From: botify Date: Wed, 14 Oct 2020 17:26:05 +0000 Subject: [PATCH] Update version to 1.0.1-119 --- 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 eb083602d908..6f02af367e00 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 119 - versionName "1.0.1-118" + versionCode 120 + versionName "1.0.1-119" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 453d09422165..e442e68b8543 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 119 + 120 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 24d0f6c608e4..dd83ec9561d2 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 119 + 120 diff --git a/package-lock.json b/package-lock.json index 51cefa29ad20..15bb1f77ad53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-118", + "version": "1.0.1-119", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8521e33aeb17..9213a2615add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-118", + "version": "1.0.1-119", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",