diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 72dccd69beb3..2065873d2357 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -94,3 +94,5 @@ There are several reasons why we created these "imperative workflows" or "subrou 1. It greatly simplifies the handling of race conditions, particularly when used in combination with the [`softprops/turnstyle` action](https://github.com/softprops/turnstyle). 1. It promotes code reuse. A common set of yaml steps defined in a workflow can be extracted into an imperative workflow which can be executed from other workflows in just a few lines. 1. If a workflow is defined to execute in response to the `workflow_dispatch` event, it can be manually started by an authorized actor in the GitHub UI. + +##### Dummy change – delete me diff --git a/android/app/build.gradle b/android/app/build.gradle index 5a5e244e2211..9b0a33564dbb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -150,8 +150,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001008400 - versionName "1.0.84-0" + versionCode 1001008401 + versionName "1.0.84-1" } splits { abi { diff --git a/ios/ExpensifyCash/Info.plist b/ios/ExpensifyCash/Info.plist index bdfc433f84c1..16244a4e6ba9 100644 --- a/ios/ExpensifyCash/Info.plist +++ b/ios/ExpensifyCash/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.0.84.0 + 1.0.84.1 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ExpensifyCashTests/Info.plist b/ios/ExpensifyCashTests/Info.plist index b49b42b0256f..a826b24f4709 100644 --- a/ios/ExpensifyCashTests/Info.plist +++ b/ios/ExpensifyCashTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.0.84.0 + 1.0.84.1 diff --git a/package-lock.json b/package-lock.json index c9ea17f7738f..bb10db6cc5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.84-0", + "version": "1.0.84-1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b4b54a212a5..e6a2ae9c616e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "expensify.cash", - "version": "1.0.84-0", + "version": "1.0.84-1", "author": "Expensify, Inc.", "homepage": "https://new.expensify.com", "description": "Expensify.cash is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",