diff --git a/android/app/build.gradle b/android/app/build.gradle index 899e034371f6f..371632fed6d63 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 53 - versionName "1.0.1-52" + versionCode 54 + versionName "1.0.1-53" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index cc9bd4a1e0bf3..bcc6c18462951 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 53 + 54 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 2c51eaa10184b..17f9d69b278fc 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 53 + 54 diff --git a/package-lock.json b/package-lock.json index f44aca89b7df1..90ab5fc277225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-52", + "version": "1.0.1-53", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 46f15ffbf9a28..ddf8c16fb7997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-52", + "version": "1.0.1-53", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",