diff --git a/android/app/build.gradle b/android/app/build.gradle index 50a3b91873b..b5092910442 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 76 - versionName "1.0.1-75" + versionCode 77 + versionName "1.0.1-76" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index c9bca1009c7..f932a47b435 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 76 + 77 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index fd24aeac948..3ff958b102e 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 76 + 77 diff --git a/package-lock.json b/package-lock.json index 7c3415cef22..f5a1eb6537c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-75", + "version": "1.0.1-76", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 125bbf13c2b..59c7585b71e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-75", + "version": "1.0.1-76", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",