From 202493970ba0174c6ce6aa000fcb69a99579958f Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 7 Apr 2021 23:01:44 +0000 Subject: [PATCH] Update version to 1.0.16-1 --- 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 870956678681..18066a5e3adb 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 1001001600 - versionName "1.0.16-0" + versionCode 1001001601 + versionName "1.0.16-1" } splits { abi { diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist index 6cd3c2c6c0ff..97acdb6f8bee 100644 --- a/ios/ExpensifyCash/Info.plist +++ b/ios/ExpensifyCash/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.0.16.0 + 1.0.16.1 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist index 0400306189c4..6f3410273508 100644 --- a/ios/ExpensifyCashTests/Info.plist +++ b/ios/ExpensifyCashTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.16.0 + 1.0.16.1 diff --git a/package-lock.json b/package-lock.json index 2da37138c74d..4a2e9fb2eedb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.16-0", + "version": "1.0.16-1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 59dbc3d85ad1..d0727c7a8852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.16-0", + "version": "1.0.16-1", "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.",