diff --git a/android/app/build.gradle b/android/app/build.gradle index eedf51bda4421..a6ae470df449c 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 61 - versionName "1.0.1-60" + versionCode 62 + versionName "1.0.1-61" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index cf60b3b3fecf9..e50c036564227 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 61 + 62 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 7135060b78e66..8392e61ea64b9 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 61 + 62 diff --git a/package-lock.json b/package-lock.json index 9d20c5b8e2479..08c9a274fa497 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-60", + "version": "1.0.1-61", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85d037ea628f8..00278bcb3ebc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-60", + "version": "1.0.1-61", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",