diff --git a/android/app/build.gradle b/android/app/build.gradle index 44a3f57f39885..29729a9f909d5 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 84 - versionName "1.0.1-83" + versionCode 85 + versionName "1.0.1-84" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index f4574fdd475cb..8accf959dc375 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 84 + 85 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 75b437fef62ac..3b6e807ae1013 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 84 + 85 diff --git a/package-lock.json b/package-lock.json index 0afc12c2ad203..c4758726af2cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-83", + "version": "1.0.1-84", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 195d6be5756f7..b8ec4ef3e6624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-83", + "version": "1.0.1-84", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",