diff --git a/android/app/build.gradle b/android/app/build.gradle index f40a4e1351fbd..ba82dd76e9030 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 59 - versionName "1.0.1-58" + versionCode 60 + versionName "1.0.1-59" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index d23a5cef094e0..7fcd8cdc638bd 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 59 + 60 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 249e63b5e2369..cdc1d721d10c5 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 59 + 60 diff --git a/package-lock.json b/package-lock.json index 05cf986f969c9..0776bb1606f68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-58", + "version": "1.0.1-59", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index beb45cf16a1d5..7bf4e01296a58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-58", + "version": "1.0.1-59", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",