diff --git a/android/app/build.gradle b/android/app/build.gradle index 0569c9482d8be..d770052447332 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 93 - versionName "1.0.1-92" + versionCode 94 + versionName "1.0.1-93" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index f3a1a53e30a80..67ba55760a1c5 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 93 + 94 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 534eb0b053a09..73f7c5e7d62b5 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 93 + 94 diff --git a/package-lock.json b/package-lock.json index 095a444dba0c7..25926424ac939 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-92", + "version": "1.0.1-93", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 89eba47c74ce2..01f4401a4d219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-92", + "version": "1.0.1-93", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",