From f0f6d834cbdf6e2a9cfd5fc4568bcbdd43cfe25e Mon Sep 17 00:00:00 2001 From: botify Date: Fri, 4 Sep 2020 21:39:22 +0000 Subject: [PATCH] Update version to 1.0.1-36 --- 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 cd1d22166fa96..1c5febd38e383 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 36 - versionName "1.0.1-35" + versionCode 37 + versionName "1.0.1-36" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 20cc80959dec6..202741cd26448 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 36 + 37 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index da169032b8f3c..215d4b156fe7e 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 36 + 37 diff --git a/package-lock.json b/package-lock.json index bd95cefa25a3e..efe20d141a765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-35", + "version": "1.0.1-36", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 49aeeb3d0294c..f7bb51f021e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-35", + "version": "1.0.1-36", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",