diff --git a/README.md b/README.md index 669e9bab..00597e1b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bugsnag error monitoring & exception reporter for React Native -[![Documentation](https://img.shields.io/badge/documentation-2.23.5-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) +[![Documentation](https://img.shields.io/badge/documentation-2.23.6-blue.svg)](http://docs.bugsnag.com/platforms/react-native/) Automatic [React Native crash reporting](https://www.bugsnag.com/platforms/react-native-error-reporting/) with Bugsnag helps you detect both native OS and JavaScript errors in your React Native apps. diff --git a/android/build.gradle b/android/build.gradle index 7fbac4ea..ecea5746 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,7 +23,7 @@ android { minSdkVersion safeExtGet('minSdkVersion', 16) targetSdkVersion safeExtGet('targetSdkVersion', 28) versionCode 4 - versionName '2.23.5' + versionName '2.23.6' consumerProguardFiles 'proguard-rules.pro' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/package.json b/package.json index 55df3080..62be789a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/", "repository": "https://github.com/bugsnag/bugsnag-react-native.git", "bugs": "https://github.com/bugsnag/bugsnag-react-native/issues", - "version": "2.23.5", + "version": "2.23.6", "license": "MIT", "main": "index.js", "types": "index.d.ts",