diff --git a/android/app/build.gradle b/android/app/build.gradle index 4ee33e351fb34..5faaf89b4845b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -138,8 +138,8 @@ android { applicationId "com.expensify.chat" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 41 - versionName "1.0.1-40" + versionCode 42 + versionName "1.0.1-41" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index ea0aa7713a2ea..0c2a596ab91a0 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 41 + 42 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 53c535fbe6a2c..80f229aa4c656 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 41 + 42 diff --git a/package-lock.json b/package-lock.json index 06146e539f8ab..837220c79b5b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-40", + "version": "1.0.1-41", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9f8a7337c4841..909bab3928ccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-40", + "version": "1.0.1-41", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",