From 45b059ba227b50418a30e40c552b3988c2d48d39 Mon Sep 17 00:00:00 2001 From: botify Date: Mon, 5 Oct 2020 21:30:49 +0000 Subject: [PATCH] Update version to 1.0.1-96 --- 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 245cb6d78cde6..5205fc4c3612e 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 96 - versionName "1.0.1-95" + versionCode 97 + versionName "1.0.1-96" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 825fc4e2a8ec7..75779322d9f18 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 96 + 97 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 8a80b888b676f..9c31e3451fa25 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 96 + 97 diff --git a/package-lock.json b/package-lock.json index 0aa76c504407a..629c60c014fec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-95", + "version": "1.0.1-96", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1b05262aad4f5..6844cffd575d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-95", + "version": "1.0.1-96", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",