diff --git a/android/app/build.gradle b/android/app/build.gradle
index ffe32546664a..e7711c00d209 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -152,8 +152,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
- versionCode 1001018502
- versionName "1.1.85-2"
+ versionCode 1001018503
+ versionName "1.1.85-3"
}
splits {
abi {
diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist
index f96c9fa5f35b..89055363d91e 100644
--- a/ios/NewExpensify/Info.plist
+++ b/ios/NewExpensify/Info.plist
@@ -30,7 +30,7 @@
CFBundleVersion
- 1.1.85.2
+ 1.1.85.3
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist
index b86f16195739..bc55afdf7d69 100644
--- a/ios/NewExpensifyTests/Info.plist
+++ b/ios/NewExpensifyTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 1.1.85.2
+ 1.1.85.3
diff --git a/package-lock.json b/package-lock.json
index 491fbd919ced..8f230f58434a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
- "version": "1.1.85-2",
+ "version": "1.1.85-3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 369b037975fa..197fc7cffe7f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
- "version": "1.1.85-2",
+ "version": "1.1.85-3",
"author": "Expensify, Inc.",
"homepage": "https://new.expensify.com",
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
diff --git a/src/pages/iou/IOUModal.js b/src/pages/iou/IOUModal.js
index 52757c433d28..98988f7a5ba3 100755
--- a/src/pages/iou/IOUModal.js
+++ b/src/pages/iou/IOUModal.js
@@ -150,7 +150,7 @@ class IOUModal extends Component {
componentDidUpdate(prevProps) {
if (prevProps.network.isOffline && !this.props.network.isOffline) {
- this.fetchData();
+ PersonalDetails.openIOUModalPage();
}
// Successfully close the modal if transaction creation has ended and there is no error