Skip to content

Commit 17c34e3

Browse files
authored
Merge pull request #13060 from Expensify/version-BUILD-79D3FEF5-7B1A-46BC-84CC-A5F236AA03EB
Update version to 1.2.32-1 on main
2 parents fa8b707 + 49b63a2 commit 17c34e3

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
@@ -156,8 +156,8 @@ android {
156156
minSdkVersion rootProject.ext.minSdkVersion
157157
targetSdkVersion rootProject.ext.targetSdkVersion
158158
multiDexEnabled rootProject.ext.multiDexEnabled
159-
versionCode 1001023200
160-
versionName "1.2.32-0"
159+
versionCode 1001023201
160+
versionName "1.2.32-1"
161161
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
162162

163163
if (isNewArchitectureEnabled()) {

ios/NewExpensify/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>1.2.32.0</string>
33+
<string>1.2.32.1</string>
3434
<key>ITSAppUsesNonExemptEncryption</key>
3535
<false/>
3636
<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.2.32.0</string>
22+
<string>1.2.32.1</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.2.32-0",
3+
"version": "1.2.32-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)