From 7c7a6f677ed079cf723105fcfec0af960091562b Mon Sep 17 00:00:00 2001 From: botify Date: Mon, 5 Oct 2020 18:41:37 +0000 Subject: [PATCH] Update version to 1.0.1-94 --- 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 d770052447332..146d12e96717a 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 94 - versionName "1.0.1-93" + versionCode 95 + versionName "1.0.1-94" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 67ba55760a1c5..0ba6a78277b98 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 94 + 95 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 73f7c5e7d62b5..56f886fb2659f 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 94 + 95 diff --git a/package-lock.json b/package-lock.json index 25926424ac939..36d30c26434c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-93", + "version": "1.0.1-94", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 01f4401a4d219..e23f798df49e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-93", + "version": "1.0.1-94", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",