From b9ad4c223b80a6e6aa7147d0ced3dd0f2006c617 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Mon, 29 Jan 2024 23:42:32 +0000 Subject: [PATCH] Update version to 1.4.33-2 --- android/app/build.gradle | 4 ++-- ios/NewExpensify/Info.plist | 2 +- ios/NewExpensifyTests/Info.plist | 2 +- ios/NotificationServiceExtension/Info.plist | 10 +++++----- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 1c8689258f11..7364d9ebc6d0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -98,8 +98,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001043301 - versionName "1.4.33-1" + versionCode 1001043302 + versionName "1.4.33-2" } flavorDimensions "default" diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index ebe49807f6d3..2d64e813f68f 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -40,7 +40,7 @@ CFBundleVersion - 1.4.33.1 + 1.4.33.2 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index ce95d27ae8e6..ad5974724031 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.4.33.1 + 1.4.33.2 diff --git a/ios/NotificationServiceExtension/Info.plist b/ios/NotificationServiceExtension/Info.plist index 472425bf7f48..0e2560ae22d2 100644 --- a/ios/NotificationServiceExtension/Info.plist +++ b/ios/NotificationServiceExtension/Info.plist @@ -2,18 +2,18 @@ - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleDisplayName + $(PRODUCT_NAME) CFBundleExecutable $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleName $(PRODUCT_NAME) - CFBundleDisplayName - $(PRODUCT_NAME) CFBundleShortVersionString 1.4.33 CFBundleVersion - 1.4.33.1 + 1.4.33.2 NSExtension NSExtensionPointIdentifier diff --git a/package-lock.json b/package-lock.json index 9b8d695fd06b..68638e12116a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "new.expensify", - "version": "1.4.33-1", + "version": "1.4.33-2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "new.expensify", - "version": "1.4.33-1", + "version": "1.4.33-2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index df440d0b0991..4493b63b51ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.4.33-1", + "version": "1.4.33-2", "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.",