From ecb6cb4b95d3798711a0761a7b8109985171db8f Mon Sep 17 00:00:00 2001 From: OSBotify Date: Wed, 7 Apr 2021 06:12:26 +0000 Subject: [PATCH] Update version to 1.0.13-2 --- 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 6060ff1e803b..381a1adaf3d5 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 1001001301 - versionName "1.0.13-1" + versionCode 1001001302 + versionName "1.0.13-2" } splits { abi { diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist index a4f9546984fa..88f9668e4582 100644 --- a/ios/ExpensifyCash/Info.plist +++ b/ios/ExpensifyCash/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.0.13.1 + 1.0.13.2 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist index fbaa8826a471..071adf7ee7c3 100644 --- a/ios/ExpensifyCashTests/Info.plist +++ b/ios/ExpensifyCashTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.13.1 + 1.0.13.2 diff --git a/package-lock.json b/package-lock.json index 11a56097a167..105c9469f5cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.13-1", + "version": "1.0.13-2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7efa919eb208..8604197c3904 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.13-1", + "version": "1.0.13-2", "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.",