diff --git a/android/app/build.gradle b/android/app/build.gradle index b849d970306a5..82a65c7dac3ec 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 1009030504 - versionName "9.3.5-4" + versionCode 1009030506 + versionName "9.3.5-6" // 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 5ded5ad6a28f1..30a73098bebf4 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -44,7 +44,7 @@ CFBundleVersion - 9.3.5.4 + 9.3.5.6 FullStory OrgId diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index a23668c7f42f6..9dfe39904c497 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.3.5 CFBundleVersion - 9.3.5.4 + 9.3.5.6 NSExtension NSExtensionPointIdentifier diff --git a/ios/ShareViewController/Info.plist b/ios/ShareViewController/Info.plist index 0fb5f87cf7e73..27150dbcc515b 100644 --- a/ios/ShareViewController/Info.plist +++ b/ios/ShareViewController/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 9.3.5 CFBundleVersion - 9.3.5.4 + 9.3.5.6 NSExtension NSExtensionAttributes diff --git a/package-lock.json b/package-lock.json index 469e2e578cabd..2ee9687094e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "9.3.5-4", + "version": "9.3.5-6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "9.3.5-4", + "version": "9.3.5-6", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -244,7 +244,7 @@ "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-expensify": "2.0.103", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-file-progress": "^3.0.1", + "eslint-plugin-file-progress": "3.0.1", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jsdoc": "^60.7.0", "eslint-plugin-lodash": "^7.4.0", diff --git a/package.json b/package.json index 9ae1f6ab7818d..0f3f1fac7dc72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "9.3.5-4", + "version": "9.3.5-6", "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.",