diff --git a/android/app/build.gradle b/android/app/build.gradle index 8e3a6dd02f0f3..6a4d546820ccb 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 38 - versionName "1.0.1-37" + versionCode 39 + versionName "1.0.1-38" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 736260bbd117b..59707b892bdfd 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 38 + 39 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 1218df4055b46..ef3c433ecc943 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 38 + 39 diff --git a/package-lock.json b/package-lock.json index 8e8f3c3ffa5a5..4a726626f1c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-37", + "version": "1.0.1-38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 526c183cd1c30..fe17c933b10f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-37", + "version": "1.0.1-38", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",