diff --git a/android/app/build.gradle b/android/app/build.gradle index ec46a8fb67d5..4182253a6ff6 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 122 - versionName "1.0.1-121" + versionCode 123 + versionName "1.0.1-122" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 32b68a3efe6c..3e15ea9fa2fa 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 122 + 123 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 2119ccc613ec..779ca5be3936 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 122 + 123 diff --git a/package-lock.json b/package-lock.json index 65c423c3b5cd..5995b85b4dc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-121", + "version": "1.0.1-122", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0bf8f71defc..6267af22e6ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-121", + "version": "1.0.1-122", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",