diff --git a/android/app/build.gradle b/android/app/build.gradle index 5c34ee97f158..59650deb2c98 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -152,8 +152,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001015700 - versionName "1.1.57-0" + versionCode 1001015704 + versionName "1.1.57-4" } splits { abi { diff --git a/config/webpack/webpack.common.js b/config/webpack/webpack.common.js index 1b856a3039c7..99cc83dfc5b9 100644 --- a/config/webpack/webpack.common.js +++ b/config/webpack/webpack.common.js @@ -56,7 +56,7 @@ const webpackConfig = ({envFile = '.env', platform = 'web'}) => ({ {from: 'assets/css', to: 'css'}, {from: 'node_modules/react-pdf/dist/esm/Page/AnnotationLayer.css', to: 'css/AnnotationLayer.css'}, {from: 'assets/images/shadow.png', to: 'images/shadow.png'}, - {from: '.well-known/apple-app-site-association', to: '.well-known/apple-app-site-association'}, + {from: '.well-known/apple-app-site-association', to: '.well-known/apple-app-site-association', toType: 'file'}, // These files are copied over as per instructions here // https://github.com/wojtekmaj/react-pdf#copying-cmaps diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index b76ff2a265ac..70b23a90565c 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -30,7 +30,7 @@ CFBundleVersion - 1.1.57.0 + 1.1.57.4 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index e5f8811153c2..b7f44820fc22 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.1.57.0 + 1.1.57.4 diff --git a/package-lock.json b/package-lock.json index 2608a08499cb..d95c2f51e4c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.57-0", + "version": "1.1.57-4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43f0ead72655..d4a0cff84e00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.57-0", + "version": "1.1.57-4", "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.",