From 663febf308f701ea314c7214a57cf70eb4edcadd Mon Sep 17 00:00:00 2001
From: Atul <atulanand94@gmail.com>
Date: Fri, 18 Jan 2019 12:12:58 +0100
Subject: [PATCH] Bump version and added thanks

---
 README.md    | 1 +
 package.json | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index da4e66e..c025dd0 100644
--- a/README.md
+++ b/README.md
@@ -500,6 +500,7 @@ A lot of frameworks (especially analytics sdk's) implement global exception hand
 - [Mark Friedman](https://github.com/mark-friedman)
 - [Damien Solimando](https://github.com/dsolimando)
 - [Jens Kuhr Jørgensen](https://github.com/jenskuhrjorgensen)
+- [Szabó Zsolt](https://github.com/alexovits)
 
 ## TESTING NATIVE EXCEPTIONS/ERRORS
 
diff --git a/package.json b/package.json
index adaaeba..185d97e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "react-native-exception-handler",
-  "version": "2.10.2",
+  "version": "2.10.3",
   "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": {