diff --git a/README.md b/README.md index 7d3a95744c55..02952b92b5e7 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ created to house a collection of items in plural form and using camelCase (eg: p Files should be named after the component/function/constants they export, respecting the casing used for it. ie: - If you export a constant named `CONST` it's file/directory should be named the `CONST`. -- If you export a component named `Text` the file/directory should be named `Text` +- If you export a component named `Text` the file/directory should be named `Text`. - If you export a function named `guid` the file/directory should be named `guid`. - For files that are utilities that export several functions/classes use the UpperCamelCase version ie: `DateUtils`. - HOCs should be named in camelCase like withOnyx. diff --git a/android/app/build.gradle b/android/app/build.gradle index c24296da3cfd..bf265a06b389 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -149,8 +149,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001011509 - versionName "1.1.15-9" + versionCode 1001011515 + versionName "1.1.15-15" } splits { abi { diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index 65f69ba23557..81a3740d79f5 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -31,7 +31,7 @@ CFBundleVersion - 1.1.15.9 + 1.1.15.15 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index 85147b079782..5a53057afd6a 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.1.15.9 + 1.1.15.15 diff --git a/package-lock.json b/package-lock.json index eded459fa450..bed4426e6c35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.15-9", + "version": "1.1.15-15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15217d5dbc5d..a9f49ef84233 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.15-9", + "version": "1.1.15-15", "author": "Expensify, Inc.", "homepage": "https://new.expensify.com", "description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",