Skip to content

Commit 2a78952

Browse files
authored
Merge pull request #9499 from Expensify/OSBotify-cherry-pick-staging-9496
🍒 Cherry pick PR #9496 to staging 🍒
2 parents 14ccfeb + ddbe098 commit 2a78952

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GEM
110110
faraday_middleware (1.1.0)
111111
faraday (~> 1.0)
112112
fastimage (2.2.5)
113-
fastlane (2.193.1)
113+
fastlane (2.206.2)
114114
CFPropertyList (>= 2.3, < 4.0.0)
115115
addressable (>= 2.8, < 3.0.0)
116116
artifactory (~> 3.0)
@@ -277,4 +277,4 @@ DEPENDENCIES
277277
xcpretty (~> 0)
278278

279279
BUNDLED WITH
280-
2.2.5
280+
2.3.16

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ android {
152152
minSdkVersion rootProject.ext.minSdkVersion
153153
targetSdkVersion rootProject.ext.targetSdkVersion
154154
multiDexEnabled rootProject.ext.multiDexEnabled
155-
versionCode 1001017800
156-
versionName "1.1.78-0"
155+
versionCode 1001017801
156+
versionName "1.1.78-1"
157157
}
158158
splits {
159159
abi {

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>1.1.78.0</string>
33+
<string>1.1.78.1</string>
3434
<key>ITSAppUsesNonExemptEncryption</key>
3535
<false/>
3636
<key>LSApplicationQueriesSchemes</key>

ios/NewExpensifyTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1.1.78.0</string>
22+
<string>1.1.78.1</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "1.1.78-0",
3+
"version": "1.1.78-1",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",

0 commit comments

Comments
 (0)