diff --git a/README.md b/README.md index 1ba6698..99598c4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ If you want to contrib, then do you thing, write tests, run `grunt test` ensure - [Georg Tavonius](https://github.com/calamari) - [James Ide](https://github.com/ide) +- [Alexander Kotliarskyi](https://github.com/frantic) ## LICENSE diff --git a/package.json b/package.json index d39834a..107bcaf 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "stacktrace-parser", "description": "Parses every stack trace into a nicely formatted array of hashes.", "keywords": ["errors", "stacktrace", "parser", "exceptions"], - "version": "0.1.3", + "version": "0.1.4", "dependencies": {}, "devDependencies": { "mocha": "*",