diff --git a/Mobile-Expensify b/Mobile-Expensify index 5077543985a0d..1f1c233f53e03 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit 5077543985a0d75a7556e0b73cd27b1e4f9c5b19 +Subproject commit 1f1c233f53e03d601039a5ed41ca84ee9ae8a1e8 diff --git a/android/app/build.gradle b/android/app/build.gradle index ddbc3ceb9033f..7e8b398f1268c 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 1009011207 - versionName "9.1.12-7" + versionCode 1009011300 + versionName "9.1.13-0" // 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 4a7b8f7a1e3a7..5259b0cfc5ef1 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -23,7 +23,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 9.1.12 + 9.1.13 CFBundleSignature ???? CFBundleURLTypes @@ -44,7 +44,7 @@ CFBundleVersion - 9.1.12.7 + 9.1.13.0 FullStory OrgId diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index d7e45b02f7d2c..6c877542b6f25 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 9.1.12 + 9.1.13 CFBundleSignature ???? CFBundleVersion - 9.1.12.7 + 9.1.13.0 diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index 664e379b3d79e..2c9338f0d407d 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -11,9 +11,9 @@ CFBundleName $(PRODUCT_NAME) CFBundleShortVersionString - 9.1.12 + 9.1.13 CFBundleVersion - 9.1.12.7 + 9.1.13.0 NSExtension NSExtensionPointIdentifier diff --git a/package-lock.json b/package-lock.json index 4d5098f0c62c5..0b70c75704bcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "9.1.12-7", + "version": "9.1.13-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "9.1.12-7", + "version": "9.1.13-0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d51c0ad899d3c..dbcb50f41f0ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "9.1.12-7", + "version": "9.1.13-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.",