diff --git a/README.md b/README.md index a5568d5..3689964 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ setNativeExceptionHandler(nativeErrorCallback, false); - [Paulus Esterhazy](https://github.com/pesterhazy) - [TomMahle](https://github.com/TomMahle) - [Sébastien Krafft](https://github.com/skrafft) +- [Mark Friedman](https://github.com/mark-friedman) ## TESTING NATIVE EXCEPTIONS/ERRORS diff --git a/package.json b/package.json index 3917392..bdd8e77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-exception-handler", - "version": "2.8.8", + "version": "2.8.9", "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": {