diff --git a/android/app/build.gradle b/android/app/build.gradle
index ecea828761711..3d9fa6fbccbf9 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 49
- versionName "1.0.1-48"
+ versionCode 50
+ versionName "1.0.1-49"
}
splits {
abi {
diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist
index 256c1e197d19f..fb3830775cca1 100644
--- a/ios/ReactNativeChat/Info.plist
+++ b/ios/ReactNativeChat/Info.plist
@@ -21,7 +21,7 @@
CFBundleSignature
????
CFBundleVersion
- 49
+ 50
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist
index 6591cced4aaeb..6001d3fdef05d 100644
--- a/ios/ReactNativeChatTests/Info.plist
+++ b/ios/ReactNativeChatTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 49
+ 50
diff --git a/package-lock.json b/package-lock.json
index 2f693a54cc7a0..0cf36b0795df9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "react-native-chat",
- "version": "1.0.1-48",
+ "version": "1.0.1-49",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 76f4e01338433..91507f47ca8a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-chat",
- "version": "1.0.1-48",
+ "version": "1.0.1-49",
"author": "Expensify, Inc.",
"homepage": "https://expensify.com",
"description": "Expensify Chat",