From 756a677161bede8a976571d749abb4eb892ff577 Mon Sep 17 00:00:00 2001 From: botify Date: Mon, 16 Nov 2020 22:46:25 +0000 Subject: [PATCH] Update version to 1.0.1-184 --- 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 360a99e034f3..c23165a7df4c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,8 +139,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 184 - versionName "1.0.1-183" + versionCode 185 + versionName "1.0.1-184" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 488c36894616..1500e1909f6d 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 184 + 185 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index eabb39d3ab44..515f6a12c1c0 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 184 + 185 diff --git a/package-lock.json b/package-lock.json index ede0d97cc65f..cd894d6f5df5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-183", + "version": "1.0.1-184", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15f6b290777e..e9642221a150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-183", + "version": "1.0.1-184", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",