diff --git a/android/app/build.gradle b/android/app/build.gradle
index 2d5c5785094e..1fb032f6cd09 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -150,8 +150,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
- versionCode 1001009103
- versionName "1.0.91-3"
+ versionCode 1001009200
+ versionName "1.0.92-0"
}
splits {
abi {
diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist
index e71081d0a8ea..fcae8d632f48 100644
--- a/ios/NewExpensify/Info.plist
+++ b/ios/NewExpensify/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.91
+ 1.0.92
CFBundleSignature
????
CFBundleURLTypes
@@ -31,7 +31,7 @@
CFBundleVersion
- 1.0.91.3
+ 1.0.92.0
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist
index 1a12ac26402e..44951e527eae 100644
--- a/ios/NewExpensifyTests/Info.plist
+++ b/ios/NewExpensifyTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.91
+ 1.0.92
CFBundleSignature
????
CFBundleVersion
- 1.0.91.3
+ 1.0.92.0
diff --git a/package-lock.json b/package-lock.json
index 1b69ca368020..e868f6d8560b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
- "version": "1.0.91-3",
+ "version": "1.0.92-0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 2e9949205992..27a7aaace9bf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
- "version": "1.0.91-3",
+ "version": "1.0.92-0",
"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.",