From fb58c13ba19dd9aa12b8480d8e9b938524953921 Mon Sep 17 00:00:00 2001 From: Calamari Date: Thu, 7 Jul 2016 15:31:52 +0200 Subject: [PATCH] Bump version to v0.1.4 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": "*",