Skip to content

Commit

Permalink
Added thanks for Christoph Jerolimov and version bump (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul authored Sep 12, 2017
1 parent 93409c1 commit 9b60fb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ setNativeExceptionHandler((errorString) => {
- [Atul R](https://github.com/master-atul)
- [Zeh Fernando](https://github.com/zeh)
- [Fred Chasen](https://github.com/fchasen)

- [Christoph Jerolimov](https://github.com/jerolimov)

## TESTING NATIVE EXCEPTIONS/ERRORS

Expand Down
2 changes: 1 addition & 1 deletion ios/ReactNativeExceptionHandler.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|
s.name = "ReactNativeExceptionHandler"
s.summary = "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions"
s.version = "2.1.0"
s.version = "2.2.0"
s.description = <<-DESC
A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.
The module helps prevent abrupt crashing of RN Apps without a graceful message to the user.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-exception-handler",
"version": "2.1.0",
"version": "2.2.0",
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9b60fb2

Please sign in to comment.