diff --git a/android/app/build.gradle b/android/app/build.gradle
index 75a6225f46a5..0f5a6c472cad 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -148,8 +148,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
- versionCode 1001000289
- versionName "1.0.2-89"
+ versionCode 1001000290
+ versionName "1.0.2-90"
}
splits {
abi {
diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist
index e757aa262a7d..4b842d02fc56 100644
--- a/ios/ExpensifyCash/Info.plist
+++ b/ios/ExpensifyCash/Info.plist
@@ -21,7 +21,7 @@
CFBundleSignature
????
CFBundleVersion
- 1.0.2.89
+ 1.0.2.90
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist
index cd1695f2a446..d7ddd743bdd4 100644
--- a/ios/ExpensifyCashTests/Info.plist
+++ b/ios/ExpensifyCashTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 1.0.2.89
+ 1.0.2.90
diff --git a/package-lock.json b/package-lock.json
index 1d91b1a82134..0764fe40c0a6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "expensify.cash",
- "version": "1.0.2-89",
+ "version": "1.0.2-90",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c82ea2306d2e..0b32d9fbfddd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "expensify.cash",
- "version": "1.0.2-89",
+ "version": "1.0.2-90",
"author": "Expensify, Inc.",
"homepage": "https://expensify.cash",
"description": "Expensify.cash is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js
index 11988ae99b21..38e5b25bfcd5 100644
--- a/src/libs/actions/Report.js
+++ b/src/libs/actions/Report.js
@@ -651,7 +651,7 @@ function addAction(reportID, text, file) {
API.Report_AddComment({
reportID,
- reportComment: htmlForNewComment,
+ reportComment: commentText,
file,
clientID: optimisticReportActionID,