Skip to content

Commit c4ef02b

Browse files
authored
Merge pull request #20876 from Expensify/version-BUILD-134320EE-5E80-4D3B-A3B5-AC69AAD0DDD8
Update version to 1.3.28-5 on main
2 parents 9fda6a5 + 994c973 commit c4ef02b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ android {
106106
minSdkVersion rootProject.ext.minSdkVersion
107107
targetSdkVersion rootProject.ext.targetSdkVersion
108108
multiDexEnabled rootProject.ext.multiDexEnabled
109-
versionCode 1001032804
110-
versionName "1.3.28-4"
109+
versionCode 1001032805
110+
versionName "1.3.28-5"
111111
}
112112

113113
splits {

ios/NewExpensify/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>1.3.28.4</string>
35+
<string>1.3.28.5</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<false/>
3838
<key>LSApplicationQueriesSchemes</key>

ios/NewExpensifyTests/Info.plist

+1-1
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.3.28.4</string>
22+
<string>1.3.28.5</string>
2323
</dict>
2424
</plist>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "1.3.28-4",
3+
"version": "1.3.28-5",
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)