diff --git a/android/app/build.gradle b/android/app/build.gradle
index b04215775507..6431c614f3c6 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -98,8 +98,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
- versionCode 1001042404
- versionName "1.4.24-4"
+ versionCode 1001042405
+ versionName "1.4.24-5"
}
flavorDimensions "default"
diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist
index e4425c066ed5..87c7e2c1b190 100644
--- a/ios/NewExpensify/Info.plist
+++ b/ios/NewExpensify/Info.plist
@@ -40,7 +40,7 @@
CFBundleVersion
- 1.4.24.4
+ 1.4.24.5
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist
index 5f68b5ba2579..2c169066c77f 100644
--- a/ios/NewExpensifyTests/Info.plist
+++ b/ios/NewExpensifyTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 1.4.24.4
+ 1.4.24.5
diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist
index ccc7422fe3b4..82916885c90f 100644
--- a/ios/NotificationServiceExtension/Info.plist
+++ b/ios/NotificationServiceExtension/Info.plist
@@ -2,6 +2,10 @@
+ CFBundleShortVersionString
+ 1.4.24
+ CFBundleVersion
+ 1.4.24.5
NSExtension
NSExtensionPointIdentifier
@@ -9,9 +13,5 @@
NSExtensionPrincipalClass
$(PRODUCT_MODULE_NAME).NotificationService
- CFBundleVersion
- 1.4.23.0
- CFBundleShortVersionString
- 1.4.23
-
\ No newline at end of file
+
diff --git a/package-lock.json b/package-lock.json
index 7ed627255221..b1d0cf769657 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "new.expensify",
- "version": "1.4.24-4",
+ "version": "1.4.24-5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "new.expensify",
- "version": "1.4.24-4",
+ "version": "1.4.24-5",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 1dd8c82bc468..581d60feae67 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "new.expensify",
- "version": "1.4.24-4",
+ "version": "1.4.24-5",
"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.",