diff --git a/android/app/build.gradle b/android/app/build.gradle index b05914cf75f7..82f9b432fa05 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 1001012422 - versionName "1.1.24-22" + versionCode 1001012500 + versionName "1.1.25-0" } splits { abi { diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index b5d4b60a0f6d..625d8687146a 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.24 + 1.1.25 CFBundleSignature ???? CFBundleURLTypes @@ -31,7 +31,7 @@ CFBundleVersion - 1.1.24.22 + 1.1.25.0 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index d55719f7a061..1ee546130950 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.1.24 + 1.1.25 CFBundleSignature ???? CFBundleVersion - 1.1.24.22 + 1.1.25.0 diff --git a/package-lock.json b/package-lock.json index 1af3f8f4fa68..a1c3e59d189d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.24-22", + "version": "1.1.25-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a40fb916729d..469f1c937a8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.24-22", + "version": "1.1.25-0", "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.",