diff --git a/android/app/build.gradle b/android/app/build.gradle index 0cfa6a74b59e..d131279bce5e 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 158 - versionName "1.0.1-157" + versionCode 159 + versionName "1.0.1-158" } splits { abi { diff --git a/ios/ReactNativeChat/Info.plist b/ios/ReactNativeChat/Info.plist index 993a913dc201..dc4fa9aaaa99 100644 --- a/ios/ReactNativeChat/Info.plist +++ b/ios/ReactNativeChat/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 158 + 159 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/ios/ReactNativeChatTests/Info.plist b/ios/ReactNativeChatTests/Info.plist index 03853bc92950..f8c53dffebbe 100644 --- a/ios/ReactNativeChatTests/Info.plist +++ b/ios/ReactNativeChatTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 158 + 159 diff --git a/package-lock.json b/package-lock.json index 5194995fb5e1..0cd40a100755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-157", + "version": "1.0.1-158", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 13bf454270e2..c3c6a2a187ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-chat", - "version": "1.0.1-157", + "version": "1.0.1-158", "author": "Expensify, Inc.", "homepage": "https://expensify.com", "description": "Expensify Chat",