Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit 066d37c

Browse files
committed
Bumped version
1 parent 7b30dff commit 066d37c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
## TBD
4+
## 2.23.10 (2020-07-13)
55

66
## Bug fixes
77

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bugsnag error monitoring & exception reporter for React Native
2-
[![Documentation](https://img.shields.io/badge/documentation-2.23.9-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
2+
[![Documentation](https://img.shields.io/badge/documentation-2.23.10-blue.svg)](http://docs.bugsnag.com/platforms/react-native/)
33

44
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.
55

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
minSdkVersion safeExtGet('minSdkVersion', 16)
2424
targetSdkVersion safeExtGet('targetSdkVersion', 28)
2525
versionCode 4
26-
versionName '2.23.9'
26+
versionName '2.23.10'
2727
consumerProguardFiles 'proguard-rules.pro'
2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "https://www.bugsnag.com/platforms/react-native-error-reporting/",
44
"repository": "https://github.com/bugsnag/bugsnag-react-native.git",
55
"bugs": "https://github.com/bugsnag/bugsnag-react-native/issues",
6-
"version": "2.23.9",
6+
"version": "2.23.10",
77
"license": "MIT",
88
"main": "index.js",
99
"types": "index.d.ts",

0 commit comments

Comments
 (0)