diff --git a/android/app/build.gradle b/android/app/build.gradle
index 41705c8d473f6..e6dc39be6f61e 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 51
- versionName "1.0.1-50"
+ versionCode 52
+ versionName "1.0.1-51"
}
splits {
abi {
diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist
index 5899ba2ca071e..0e4a528f5676d 100644
--- a/ios/ReactNativeChat/Info.plist
+++ b/ios/ReactNativeChat/Info.plist
@@ -21,7 +21,7 @@
CFBundleSignature
????
CFBundleVersion
- 51
+ 52
ITSAppUsesNonExemptEncryption
LSRequiresIPhoneOS
diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist
index de69616b62543..f97f921dfe29f 100644
--- a/ios/ReactNativeChatTests/Info.plist
+++ b/ios/ReactNativeChatTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 51
+ 52
diff --git a/package-lock.json b/package-lock.json
index 9d38865b9c9c3..7fd53a220d2fd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "react-native-chat",
- "version": "1.0.1-50",
+ "version": "1.0.1-51",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c857d66b74641..2070549175a33 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-chat",
- "version": "1.0.1-50",
+ "version": "1.0.1-51",
"author": "Expensify, Inc.",
"homepage": "https://expensify.com",
"description": "Expensify Chat",