From 3c8be8d1b0f7faaedc0255b2092683216317d0ce Mon Sep 17 00:00:00 2001 From: OSBotify <76178356+OSBotify@users.noreply.github.com> Date: Thu, 25 Aug 2022 11:40:37 -0400 Subject: [PATCH] Merge pull request #10569 from Expensify/version-BUILD-6CDA6BFC-17DA-46C2-998B-7B4318327D79 Update version to 1.1.89-4 on main (cherry picked from commit 9ff97fc2c75e06f33896f09609f36fec23a23fd4) --- android/app/build.gradle | 4 ++-- ios/NewExpensify/Info.plist | 2 +- ios/NewExpensifyTests/Info.plist | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5cd025655760..9c36ee9d77b4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -155,8 +155,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001018903 - versionName "1.1.89-3" + versionCode 1001018904 + versionName "1.1.89-4" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index e0b1cc04247c..fbb119200eb2 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.1.89.3 + 1.1.89.4 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index 6b1f5764b8cb..4d63a5cf6200 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.1.89.3 + 1.1.89.4 diff --git a/package-lock.json b/package-lock.json index 25ff4aa9c448..f7113c3f4654 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "1.1.89-3", + "version": "1.1.89-4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "1.1.89-3", + "version": "1.1.89-4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fe172a31c014..c349b6456c66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.89-3", + "version": "1.1.89-4", "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.",