diff --git a/Mobile-Expensify b/Mobile-Expensify index bc2451a1976a8..c36dc8675c68a 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit bc2451a1976a859d039e7099cc5f2fbf2aaffdbd +Subproject commit c36dc8675c68a53f0378db2274bcd2d062c3e2f8 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..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 @@ -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..e3b7be7989fa9 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -11,9 +11,9 @@ CFBundleName $(PRODUCT_NAME) CFBundleShortVersionString - 9.1.42 + 9.1.44 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..ff89175f24b11 100644 --- a/ios/ShareViewController/Info.plist +++ b/ios/ShareViewController/Info.plist @@ -11,9 +11,9 @@ CFBundleName $(PRODUCT_NAME) CFBundleShortVersionString - 9.1.42 + 9.1.44 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.",