Skip to content

Commit 92fade5

Browse files
authored
Merge pull request #6383 from Expensify/AndrewGable-cherry-pick-staging-6381
2 parents 34e5ea4 + 24f1380 commit 92fade5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ created to house a collection of items in plural form and using camelCase (eg: p
224224
Files should be named after the component/function/constants they export, respecting the casing used for it. ie:
225225

226226
- If you export a constant named `CONST` it's file/directory should be named the `CONST`.
227-
- If you export a component named `Text` the file/directory should be named `Text`
227+
- If you export a component named `Text` the file/directory should be named `Text`.
228228
- If you export a function named `guid` the file/directory should be named `guid`.
229229
- For files that are utilities that export several functions/classes use the UpperCamelCase version ie: `DateUtils`.
230230
- HOCs should be named in camelCase like withOnyx.

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ android {
149149
minSdkVersion rootProject.ext.minSdkVersion
150150
targetSdkVersion rootProject.ext.targetSdkVersion
151151
multiDexEnabled rootProject.ext.multiDexEnabled
152-
versionCode 1001011509
153-
versionName "1.1.15-9"
152+
versionCode 1001011515
153+
versionName "1.1.15-15"
154154
}
155155
splits {
156156
abi {

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</dict>
3232
</array>
3333
<key>CFBundleVersion</key>
34-
<string>1.1.15.9</string>
34+
<string>1.1.15.15</string>
3535
<key>ITSAppUsesNonExemptEncryption</key>
3636
<false/>
3737
<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.15.9</string>
22+
<string>1.1.15.15</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.15-9",
3+
"version": "1.1.15-15",
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)