From c1941852bf41f060dfdd4fd9a466ed4e6190822b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Wed, 29 Jun 2016 09:09:53 +0200 Subject: [PATCH] version: 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 453008c..ed90469 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "source-map-support", "description": "Fixes stack traces for files with source maps", - "version": "0.4.0", + "version": "0.4.1", "main": "./source-map-support.js", "scripts": { "build": "node build.js",