From 0ca2fc51940a32c82b4ef4bfd9bb319d248fe6b9 Mon Sep 17 00:00:00 2001 From: OSBotify Date: Tue, 11 May 2021 10:58:41 +0000 Subject: [PATCH] Update version to 1.0.41-10 --- android/app/build.gradle | 4 ++-- ios/ExpensifyCash/Info.plist | 2 +- ios/ExpensifyCashTests/Info.plist | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index ab60ce42d386..5d471b8d525c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -148,8 +148,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001004109 - versionName "1.0.41-9" + versionCode 1001004110 + versionName "1.0.41-10" } splits { abi { diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist index ba39baeb2927..5797e00a1ad1 100644 --- a/ios/ExpensifyCash/Info.plist +++ b/ios/ExpensifyCash/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.0.41.9 + 1.0.41.10 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist index 733005455f2d..c6fedcd8634d 100644 --- a/ios/ExpensifyCashTests/Info.plist +++ b/ios/ExpensifyCashTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.41.9 + 1.0.41.10 diff --git a/package-lock.json b/package-lock.json index ea60b195b44a..6290c6f42c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.41-9", + "version": "1.0.41-10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 676c2a5dbbfe..5bc456b2c2df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.41-9", + "version": "1.0.41-10", "author": "Expensify, Inc.", "homepage": "https://expensify.cash", "description": "Expensify.cash is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",