From 7820b4e7edf02375c41869bfe39cda522331f80a Mon Sep 17 00:00:00 2001 From: OSBotify Date: Mon, 12 May 2025 21:43:41 +0000 Subject: [PATCH 1/5] Update version to 9.1.44-3 (cherry picked from commit 7e93663062d5fc7539268fc026e14dca1f49e4e5) (cherry-picked to staging by francoisl) --- android/app/build.gradle | 4 ++-- ios/NewExpensify/Info.plist | 2 +- ios/NotificationServiceExtension/Info.plist | 2 +- ios/ShareViewController/Info.plist | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8a5da334da151..7e45b17322f5c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -114,8 +114,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1009014307 - versionName "9.1.43-7" + versionCode 1009014403 + versionName "9.1.44-3" // Supported language variants must be declared here to avoid from being removed during the compilation. // This also helps us to not include unnecessary language variants in the APK. resConfigs "en", "es" diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index 8a4fd1a1abb37..6fd9de50d10f7 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -44,7 +44,7 @@ CFBundleVersion - 9.1.43.7 + 9.1.44.3 FullStory OrgId diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index fecf60924e442..af03e3043c760 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.1.42 CFBundleVersion - 9.1.43.7 + 9.1.44.3 NSExtension NSExtensionPointIdentifier diff --git a/ios/ShareViewController/Info.plist b/ios/ShareViewController/Info.plist index 9f2e0d1f8de43..01238daaddf09 100644 --- a/ios/ShareViewController/Info.plist +++ b/ios/ShareViewController/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.1.42 CFBundleVersion - 9.1.43.7 + 9.1.44.3 NSExtension NSExtensionAttributes diff --git a/package-lock.json b/package-lock.json index 95d52fc9a7121..cc6ad381512ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "9.1.43-7", + "version": "9.1.44-3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "9.1.43-7", + "version": "9.1.44-3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9c4adefa2440c..e7a61affc6aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "9.1.43-7", + "version": "9.1.44-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.", From 01293fcd599d9b8b94cddc5ce4133341bc3de6a8 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Mon, 12 May 2025 21:44:20 +0000 Subject: [PATCH 2/5] Update Mobile-Expensify submodule version to 9.1.44-3 --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index bc2451a1976a8..89a9098004820 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit bc2451a1976a859d039e7099cc5f2fbf2aaffdbd +Subproject commit 89a9098004820227d52d9f4cfb4be58057324995 From 11f918acde83f5b8415abf97b994437f7048dbcb Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Mon, 12 May 2025 14:40:55 -0700 Subject: [PATCH 3/5] Merge pull request #61875 from Expensify/francois-manual-bump-9-1-44-2 [CP Staging] Manually bump version to 9.1.44.2 (cherry picked from commit 0860175afbaa3f4f7f795e2864c2c632e38bde02) (cherry-picked to staging by francoisl) From 20e3aa475acd667a4c7d73d5b60dd9bb7b0f66ae Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Mon, 12 May 2025 15:02:29 -0700 Subject: [PATCH 4/5] Fix `CFBundleShortVersionString` --- ios/NewExpensify/Info.plist | 2 +- ios/NotificationServiceExtension/Info.plist | 2 +- ios/ShareViewController/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index 6fd9de50d10f7..9a52609b48419 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -23,7 +23,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 9.1.42 + 9.1.44 CFBundleSignature ???? CFBundleURLTypes diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index af03e3043c760..e3b7be7989fa9 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -11,7 +11,7 @@ CFBundleName $(PRODUCT_NAME) CFBundleShortVersionString - 9.1.42 + 9.1.44 CFBundleVersion 9.1.44.3 NSExtension diff --git a/ios/ShareViewController/Info.plist b/ios/ShareViewController/Info.plist index 01238daaddf09..ff89175f24b11 100644 --- a/ios/ShareViewController/Info.plist +++ b/ios/ShareViewController/Info.plist @@ -11,7 +11,7 @@ CFBundleName $(PRODUCT_NAME) CFBundleShortVersionString - 9.1.42 + 9.1.44 CFBundleVersion 9.1.44.3 NSExtension From 1585480900324a9a6771609187ed5aa9346f5c97 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Mon, 12 May 2025 15:12:57 -0700 Subject: [PATCH 5/5] Add submodule updates --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index 89a9098004820..c36dc8675c68a 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit 89a9098004820227d52d9f4cfb4be58057324995 +Subproject commit c36dc8675c68a53f0378db2274bcd2d062c3e2f8