diff --git a/android/app/build.gradle b/android/app/build.gradle index a3b509c15332..04cad344876d 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 91 - versionName "1.0.1-90" + versionCode 92 + versionName "1.0.1-91" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index c8c3f9505eaf..cfa358b05548 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 91 + 92 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 3f1823f6c1ae..320ada47e139 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 91 + 92 diff --git a/package-lock.json b/package-lock.json index 1d58c6bb8a55..de7015b5ed3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-90", + "version": "1.0.1-91", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f0f1644632e..de89264fcbf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-90", + "version": "1.0.1-91", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",