diff --git a/android/app/build.gradle b/android/app/build.gradle
index e1729d83f5d87..fd124e105c385 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -149,8 +149,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
- versionCode 1001007902
- versionName "1.0.79-2"
+ versionCode 1001007903
+ versionName "1.0.79-3"
}
splits {
abi {
diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist
index c014a4806eca6..3eaef316f6bc8 100644
--- a/ios/ExpensifyCash/Info.plist
+++ b/ios/ExpensifyCash/Info.plist
@@ -30,7 +30,7 @@
CFBundleVersion
- 1.0.79.2
+ 1.0.79.3
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist
index 9986aa0999ed7..e6582c0169096 100644
--- a/ios/ExpensifyCashTests/Info.plist
+++ b/ios/ExpensifyCashTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 1.0.79.2
+ 1.0.79.3
diff --git a/package-lock.json b/package-lock.json
index ef762ac472c05..75fbd6ea5307e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "expensify.cash",
- "version": "1.0.79-2",
+ "version": "1.0.79-3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 11d53009dea8b..1b572fa0755e4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "expensify.cash",
- "version": "1.0.79-2",
+ "version": "1.0.79-3",
"author": "Expensify, Inc.",
"homepage": "https://new.expensify.com",
"description": "Expensify.cash is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",
diff --git a/src/styles/styles.js b/src/styles/styles.js
index 2671bb581c560..b8caacafd3196 100644
--- a/src/styles/styles.js
+++ b/src/styles/styles.js
@@ -800,8 +800,8 @@ const styles = {
optionDisplayName: {
fontFamily: fontFamily.GTA,
- height: 18,
- lineHeight: 18,
+ height: 20,
+ lineHeight: 20,
...whiteSpace.noWrap,
},