Skip to content

Commit 3faeca0

Browse files
authored
Merge pull request #10390 from Expensify/version-BUILD-7807B8A3-3EB7-47AD-8F2A-4A8110CD503B
Update version to 1.1.88-12 on main
2 parents 2bc5f3c + b46c7ac commit 3faeca0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ android {
155155
minSdkVersion rootProject.ext.minSdkVersion
156156
targetSdkVersion rootProject.ext.targetSdkVersion
157157
multiDexEnabled rootProject.ext.multiDexEnabled
158-
versionCode 1001018811
159-
versionName "1.1.88-11"
158+
versionCode 1001018812
159+
versionName "1.1.88-12"
160160
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
161161

162162
if (isNewArchitectureEnabled()) {

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.88.11</string>
33+
<string>1.1.88.12</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.88.11</string>
22+
<string>1.1.88.12</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.88-11",
3+
"version": "1.1.88-12",
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)