From 273913aa1c3394ace17f4507ae232d4eab86c25e Mon Sep 17 00:00:00 2001 From: OSBotify Date: Wed, 24 Mar 2021 20:49:45 +0000 Subject: [PATCH] Update version to 1.0.5-29 --- 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 48e41105965d..8fe88bd5ca5b 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 1001000528 - versionName "1.0.5-28" + versionCode 1001000529 + versionName "1.0.5-29" } splits { abi { diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist index fdead45afb12..33e9a7e75887 100644 --- a/ios/ExpensifyCash/Info.plist +++ b/ios/ExpensifyCash/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 1.0.5.28 + 1.0.5.29 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist index b19824855a26..a1c8a2429d48 100644 --- a/ios/ExpensifyCashTests/Info.plist +++ b/ios/ExpensifyCashTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.5.28 + 1.0.5.29 diff --git a/package-lock.json b/package-lock.json index a48fac2ce02c..6f926900d46f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.5-28", + "version": "1.0.5-29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 84038e5ef90f..1364874edc9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.5-28", + "version": "1.0.5-29", "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.",