diff --git a/android/app/build.gradle b/android/app/build.gradle index 130af73f4a57..cdf091c9dccc 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -139,8 +139,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 180 - versionName "1.0.1-179" + versionCode 181 + versionName "1.0.1-180" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 33916ebf015f..e6f893f87562 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 180 + 181 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 87dae09b9bee..fc6ae462e8a0 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 180 + 181 diff --git a/package-lock.json b/package-lock.json index 160626b40b47..df494f7981e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-179", + "version": "1.0.1-180", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6765eadad0ec..bef18d5c581f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-179", + "version": "1.0.1-180", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",